Crates.io | vuquest-3320 |
lib.rs | vuquest-3320 |
version | 0.1.0 |
source | src |
created_at | 2024-11-06 22:23:59.358511 |
updated_at | 2024-11-06 22:23:59.358511 |
description | Serial communication protocol for Honeywell BCS devices |
homepage | |
repository | https://github.com/decapod-atm/vuquest-3320 |
max_upload_size | |
id | 1439194 |
size | 7,788,584 |
This crate supports basic communication with Vuquest 3320[g] barcode scanner devices.
Included are data structures and algorithms for the serial communication protocol to control and configure the barcode scanner.
vuquest-3320
supports no-std
by default, but currently requires alloc
. Future versions may include a no-alloc
subset of the library.
std
-only capabilities can be enabled using the std
feature.