serial-rs

Crates.ioserial-rs
lib.rsserial-rs
version0.2.1
sourcesrc
created_at2023-07-18 06:54:38.558526
updated_at2023-07-18 07:24:41.549498
descriptionA cross-platform rust serial RS232 library with overlap IO support
homepage
repositoryhttps://github.com/rnd-ash/serial-rs
max_upload_size
id919160
size64,567
Ashcon Mohseninia (RAND_ASH) (rnd-ash)

documentation

README

Serial-rs

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

Supported platforms

Windows Linux OSX BSD Android IOS
Yes Yes Yes No No No
Commit count: 31

cargo fmt