SerialPorts.jl
SerialPorts.jl copied to clipboard
SerialPort IO streams in Julia backed by pySerial.
Following https://github.com/andrewadare/LibSerialPort.jl/issues/20#issuecomment-414137133 maybe we should consider renaming SerialPorts.jl PySerialPorts.jl which is more explicit about what this package actualy do.
Hi, When I run the Listener.jl example (from Julia REPL using Atom/Juno), I got the following message: "usage: listener.jl --port --baud " If I enter "listener.jl --port COM3 --baud 115200",...
Sjk/utf8
Need to handle InterruptExceptions before merge so it won't crash the julia session
allows writing UTF8Strings to connected serial device