Skip to content

oxidecomputer/rfsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.