Crates.io | serial-rs |
lib.rs | serial-rs |
version | 0.2.1 |
source | src |
created_at | 2023-07-18 06:54:38.558526 |
updated_at | 2023-07-18 07:24:41.549498 |
description | A cross-platform rust serial RS232 library with overlap IO support |
homepage | |
repository | https://github.com/rnd-ash/serial-rs |
max_upload_size | |
id | 919160 |
size | 64,567 |
A cross-platform serial library for Rust
The main purpose of this library was to have a working serial library for Linux/Windows/OSX that works consistently between platforms, has overlapped IO on Windows, and also does not reboot devices when connecting (Arduino or ESP32).
This library follows the API and behaviour of pyserial
Windows | Linux | OSX | BSD | Android | IOS |
---|---|---|---|---|---|
Yes | Yes | Yes | No | No | No |