Re: [python-win32] Problem with Pyserial

2010-06-14 Thread J.D. Main
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

[python-win32] Problem with Pyserial

2010-06-14 Thread Dan Ackerman
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