lser

Crates.iolser
lib.rslser
version0.1.0
sourcesrc
created_at2022-01-05 16:02:50.701969
updated_at2022-01-05 16:02:50.701969
descriptionA cli tool to list serial port writen in rust
homepagehttps://github.com/rede97/lser
repositoryhttps://github.com/rede97/lser
max_upload_size
id508482
size10,916
eebear (rede97)

documentation

README

lser

A cli tool to display avaliable serial ports of your device.

  • Support Linux, Windows
  • Support arm and x86 devices of linux

install

$ cargo install lser

example

$ lser
+--------------+------------+---------------------+-----------+
| Name         | Vendor     | Product             | USB       |
+--------------+------------+---------------------+-----------+
| /dev/ttyS0   |    pnp     |       PNP0501       |    --     |
+--------------+------------+---------------------+-----------+
| /dev/ttyUSB0 |  Digilent  | Digilent USB Device | 0403:6014 |
+--------------+------------+---------------------+-----------+
| /dev/ttyUSB1 | ch341-uart |    USB2.0-Serial    | 1a86:7523 |
+--------------+------------+---------------------+-----------+
Commit count: 7

cargo fmt