Hello,
Question: How do you know that ser.write("hello\n") isn't outputing the string
"hello"? Did you plug another computer into that COM port to check?
I have learned to never take any serial port stuff for granted. I usually plug
another computer into the serial port to make absolutely s
Hello,
I am trying to send some information out of my computer's serial port. I found
the code posted below online, and the person who posted it said it worked for
them. However, when I tried the code, nothing was sent through the serial port
but I didn't receive any error messages. Does anyone