/rfsx

A XMODEM sender using libftdi

Primary LanguageRustMozilla Public License 2.0MPL-2.0

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.