[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

[python-win32] Trying to send info through serial port

2010-06-11 Thread Dan Ackerman
Hello, I need to be able to send some information through my computer's serial port. I am using python version 2.6, the pyserial 1.21 module, and the pywin module. My code seems to be sending info somewhere, because any print statement I add after the import serial command doesn't show up in my