On May 21, 4:07 am, RaymondHe <[EMAIL PROTECTED]> wrote: > I want to transfer files over serial,but PySerial Module does not > support any protocol such as xmodem/ymodem,and I find nothing about > these protocol write in python > > What should I do?Thank you
Does it have to be over the serial? If not, and what you really want to do is transfer information between machines, you may want to take a look at the socket library. -- http://mail.python.org/mailman/listinfo/python-list