z-serial

Crates.ioz-serial
lib.rsz-serial
version0.2.3
sourcesrc
created_at2022-08-03 14:19:04.531993
updated_at2024-02-28 19:38:23.688246
descriptionZenoh Serial Framing
homepagehttp://zenoh.io
repositoryhttps://github.com/ZettaScaleLabs/z-serial
max_upload_size
id638103
size71,022
(zettascale-bot)

documentation

README

Zenoh Serial

This repo contains the Zenoh Frame format over serial (RS232-like) transports.

Build it

You need rust and Cargo, look on the rust website how to install it.

$ cd ~
$ git clone https://github.com/ZettaScaleLabs/z-serial
$ cd z-serial
$ cargo build --release

How to test it

Open two terminals, on the first one start the echo server:

$ cd ~/z-serial
$ ./target/release/examples/serial-echo <serial device> -s -b <baud rate>
...

On the second one start the client

$ cd ~/z-serial
./target/release/examples/serial-echo <serial device>  -i <send interval> -b <baud rate>
Commit count: 17

cargo fmt