SerialPorts.jl icon indicating copy to clipboard operation
SerialPorts.jl copied to clipboard

SerialPort IO streams in Julia backed by pySerial.

Results 5 SerialPorts.jl issues
Sort by recently updated
recently updated
newest added

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",...

Need to handle InterruptExceptions before merge so it won't crash the julia session

allows writing UTF8Strings to connected serial device