Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published