Skip to content
aesirot edited this page Dec 11, 2014 · 7 revisions

Welcome!

YModem protocol description - read page source code, cause byte codes (like < can>) are skipped by brawser.

This is pure java realization of YModem and XModem protocol. It may be usefull for cross platform projects.

If you'll use YModem through serial port read good article about serial port in Java. I'm using RXTX library.

Here you can see example of YModem file exchanging thought serial port using RXTX library.

Clone this wiki locally