Hi,
I have serial data that can come in at irregular intervals from a hand held barcode scanner. The scanner continuously looks for a barcode (no button or trigger is ever pressed) and when the scanner captures a valid barcode it sends the code to the PC over serial.
What I want to do is have a Tkinter GUI (Windows XP) where the serial codes are passed to the GUI when a barcode is read. What is the best (easy) way to do this?
Thanks,
Sam