Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/serialport/serialport-rs

A cross-platform serial port library in Rust. Provides a blocking I/O interface and port enumeration including USB device information.
https://github.com/serialport/serialport-rs

Rust doc still references the removed prelude

jessebraham opened this issue almost 3 years ago
Look into strace-based fault injection for testing

jessebraham opened this issue almost 3 years ago
Issues with multiple threads under windows

jessebraham opened this issue almost 3 years ago
timeout has a different behavior on windows.

jessebraham opened this issue almost 3 years ago
`read` is always non-blocking even when no data is available to read

jessebraham opened this issue almost 3 years ago
RS485 mode support

jessebraham opened this issue almost 3 years ago
Windows: write() blocks if nothing is connected to the port

jessebraham opened this issue almost 3 years ago
Need to disable termios2 / BOTHER (use termios and Bxxx for baud rate)

jessebraham opened this issue almost 3 years ago
`TTYPort::read` doesn't respect timeout

jessebraham opened this issue almost 3 years ago
Serial Port enumeration not supported for android

jessebraham opened this issue almost 3 years ago
Support for embedded-hal

jessebraham opened this issue almost 3 years ago
Tests on cross-compiled architectures using cross

jessebraham opened this issue almost 3 years ago
Support low latency mode

jessebraham opened this issue almost 3 years ago
Use UWP APIs for Windows where appropriate

jessebraham opened this issue almost 3 years ago