0 Members and 1 Guest are viewing this topic.
Nice! How do you handle the serial connection? Do you use stdin, or talk directly to the hardware?
I use direct HW access, because there are no asynchronous functions for reading available. And I don't have that annoying clock.(Source of my UART functions here)
port = serial.Serial(15,115200)