clj-serial icon indicating copy to clipboard operation
clj-serial copied to clipboard

Simple Serial Access for Clojure

Results 6 clj-serial issues
Sort by recently updated
recently updated
newest added

Opening one port in a new REPL and adding just one simple listener that does nothing but printing the received character makes the REPL process use way too much CPU...

Hi, I'm using this library in my project. I noticed that serial.core/open is too difficult to handle exceptions. When an any exception occurred in this function, that exception is wrapped...

Allow the user to provide a different timeout value, which controls the number of attempts on opening a port.

Hi, Would it be possible to add support for getting a device's VID and PID? I look after 100+ PCs running software that hard-codes the COM port addresses of up...

I was attempting to import this project using Leinengen when this happened: >5/5/2018 12:15 PM Dependency resolution error Error synchronising rmc-core-2018-2019:0.1.0-SNAPSHOT: Failed to collect dependencies at clj-serial:clj-serial:jar:2.0.4-SNAPSHOT -> com.sparetimelabs:purejavacomm:jar:1.0.0 My...

I'm working translating the prose in https://github.com/peterschwarz/clj-serial#reading-bytes to code but having any old example in the readme would be helpful.