Skip to content

TitechMeister/serial-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-server

An application that outputs input from a serial port as an HTTP server.

Usage

For standart use

$ cargo run

If you want to decode serialport inputs in a specific way, please run as below.

$ cargo run -- -e {encode-type}

You can currently choose

  • COBS
  • CRLF (store inputs to buffer until '\n' received)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages