Re: [Tutor] serial -->file tranfer

2008-03-01 Thread Kent Johnson
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

[Tutor] serial -->file tranfer

2008-02-29 Thread govind goyal
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 pro