Skip to content

RogerHardiman/serialport_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests a serial port and cabling using
  a) one serial port transmitting data
  b) another serial port receiving and displaying the data

Usage - Transmitter
  node serialport_test --port /dev/serial --baud 9600 --transmitter

Usage - Receiver 
  node serialport_test --port /dev/serial --baud 9600 --receiver


Other command line arguments

  -h             help
  -l             get list of serial ports on the computer
  --port         set serial port
  --baud         set baud rate
  --parity       set parity to none, even or odd
  --transmitter  program acts as transmitter
  --receiver     program acts as receiver

About

Test Serial Port. Transmitter writes lots of data. Receiver receives and prints it on the console

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors