Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 391 Bytes

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.