govind goyal wrote: > Hello, > > I have a modem connect to my Windows XP PC through a serial cable. > I Want to transfer the file(e.g '.TXT' format) from XP PC to serial > modem and also > from Serial modem to winXP PC. > > Can anybody help me out how to do it in Python and provide some sample > code or useful links > so that I can proceed further in my project??
http://pyserial.sourceforge.net/ The enhancedserial example looks pretty close to what you need: http://pyserial.cvs.sourceforge.net/pyserial/pyserial/examples/enhancedserial.py?revision=1.1&view=markup Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor