How to transfer files over serial?

zerge69 at gmail.com zerge69 at gmail.com
Wed May 21 07:53:54 EDT 2008


On May 21, 4:07 am, RaymondHe <hrp... at gmail.com> 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.



More information about the Python-list mailing list