<div dir="ltr">Hello,<div><br></div><div>So I've finally connected the parts to have usable (though not thoroughly tested yet) library for serial communication in Racket: <a href="https://github.com/BartAdv/racket-serial">https://github.com/BartAdv/racket-serial</a> (in racket packages under the name 'serial') - at the moment linux only.</div><div><br></div><div>It's based on Python pyserial library, but it does not wrap Racket input/output ports, rather provides additional functions to help configure the port and setting/getting various bits.</div><div><br></div><div>Previously I was just calling stty to do the configuration, which is not that welcoming for beginners - pyserial was much easier for simple scripts; I was using it for some time (playing with Arduino). I felt somewhat sad that I couldn't just do it with Racket hassle-free so I felt it might be good idea to create these helpers.</div></div>