Hi - I'm fairly new to python. I 've been trying to write some python code to read data from a serial port and convert it to be able to display as incrementing or decrementing numbers with a voltmeter image in the background.

Any ideas on how i can flush the numbers from the terminal screen to a 3.5 digit display on the application screen with the multimeter watermark in the background?

Any advise would be greatly appreciated.

Thanks,
Anders

You can always use "clr"(windozes) or "clear"(*NIX) to clear like so,

import os
os.system("clear")

Or you can take a look into curse UIs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.