Skip to content

create virtual comports and send data through them and display the data in the terminal

Notifications You must be signed in to change notification settings

arpitingle/virtualcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

virtualcom

create virtual comports and send data through them and display the data in the terminal

Specs

  • Language - Python
  • Tool used for creating virtual comports - socat (unix)
  • Library for serial communication - pyserial

Steps to run

  1. Run this command in the terminal
socat -d -d pty,raw,echo=0 pty,raw,echo=0
  1. Open a new terminal window and navigate the directory where the scripts are located and run this command
python3 sender.py
  1. Open a new terminal window and navigate the directory where the scripts are located and run this command
python3 receiver.py

Code and Terminal Screenshots virtualcom

About

create virtual comports and send data through them and display the data in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages