Serial Port Communication - Test??

2002-03-27 Thread Srividya Visweswarababu
Hi, Is there a simple way to test serial port communication in python ?? I am using uspp module from http://balder.prohosting.com/ibarona/en/python/uspp/ . Did anyone try to use that? I am able to open the port of Modem and write to it, but I dont get any replies. Should I be connected to get

Re: Serial Port Communication - Test??

2002-03-27 Thread Trent Mick
There is a PySerial module: http://www.taupro.com/Downloads/pyserial.html You might have more luck asking on [EMAIL PROTECTED], as well. Your problem has likely been discussed there before. Here are some python-list discussions on the PySerial module: