Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 261 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 261 Bytes

serial-jai

Serial Port Library in Jai

Just #load the termios.jai file and you should be good to go. This is for POSIX only at the moment, but it should be relatively easy to port to other platforms.

example has a main.jai showing some basic how-to.