On Wednesday, 9 May 2018 at 14:41:45 UTC, Andrea Fontana wrote:
On Sunday, 6 May 2018 at 22:02:05 UTC, Oleg B wrote:
Stable version of serialport package

* Blocking `SerialPortBlk` for classic usage

* Non-blocking `SerialPortNonBlk` and `SerialPortFR` for usage in fibers or in vibe-d

* Variative initialization and configuration

* Hardware flow control config flag

Doc: http://serialport.dpldocs.info/v1.0.0/serialport.html
Dub: http://code.dlang.org/packages/serialport
Git: https://github.com/deviator/serialport

I wonder if someone can benchmark serialport lib against this test:
http://codeandlife.com/2012/07/03/benchmarking-raspberry-pi-gpio-speed/

I think it's different things.
serialport is wrap around system calls, it's not control hardware directly. You could be misled by the phrase about 'hardware flow control': is't set on or off using of RTS and CTS pins of UART. Firmware control RTS and CTS pins directly.
http://www.brainboxes.com/faq/items/what-is-rts--cts-hardware-flow-control-

Reply via email to