oxidecomputer / rfsx

A XMODEM sender using libftdi

Home Page:https://mattkeeter.com/blog/2022-05-31-xmodem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfsx is a simple XMODEM sender.

It sidesteps the OS serial device (/dev/tty.usbserial...) in favor of using libftdi. This lets us work around an apparent bug in the macOS serial driver, which cuts off midway through a large file transfer.

For more details, see this blog post.

About

A XMODEM sender using libftdi

https://mattkeeter.com/blog/2022-05-31-xmodem

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%