[Tutor] file transfer through serial modem -- pythin code

2008-02-26 Thread Govind
Hi All, I am new to python. I want to transfer files over serial modem.so can I have some sample python code or any helpful links so that I can implement it. All help will be highly appreciated. Thanks Regards, Govind Goyal Adya Systems Software Pvt. Ltd. 212, IInd Floor, Okhla Industrial

Re: [Tutor] file transfer through serial modem -- pythin code

2008-02-26 Thread Chris Fuller
You probably want to start with PySerial: http://pyserial.sourceforge.net/ But, the details really depend on the application.. what are you talking to at the other end? Do you need a general terminal program? You can probably find xmodem and zmodem libraries, but if you control both ends,