Ymodem transmit function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-08-09 1:17 AM
Posted on August 09, 2010 at 10:17
Ymodem transmit function
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 5:01 AM
Posted on May 17, 2011 at 14:01
One of the main reasons for using Y-MODEM (or X-MODEM) is that it is supported by just about every terminal application or serial comms library around - so it's very rare that you actually need to implement it yourself!
However, if you really do need to implement it yourself, it's not difficult - see:http://www.techheap.com/communication/modems/xmodem-ymodem_reference.html
for the protocol details Also: And: