Top "Xmodem" questions

XMODEM is a simple file transfer protocol developed by Ward Christensen.

How to read negative byte values in Java less than -128

I'm reading data from another system using the serial port. I'm reading packets of 133 bytes. The second byte is the …

java types core xmodem
Using Pyserial to send a file?

I have a Raspberry Pi connected to my Macbook Pro by two radio modules. I have been successful so far …

python radio pyserial xmodem
Can I use the xmodem protocol with PySerial?

I have a working connection with my serial device via PySerial, but I also want to transfer files via the …

python ubuntu pyserial xmodem
send file using XMODEM in python

I'm trying to transfer a file using the XMODEM protocol I saw the solution provided in this link:Please help …

python serial-port xmodem