8000 GitHub - LeoMihalic/Serial-monitor: Serial monitor and plotter for linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LeoMihalic/Serial-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial-monitor

Serial monitor for linux.

FUNCTIONS

For initialization of serial monitor :

serialInit();

For printing out transmitted data from microcontroler in one line (Input = char):

serialWrite();

For printing out transmitted data from microcontroler in new line (Input = char):

serialWriteLn();

Screen commands

First you need to install screen:

sudo apt install screen

To run screen you type:

screen

Attaching COM port to screen:

screen /dev/PORT

Detaching screen:

Ctrl + a Ctrl + d

Terminating screen:

screen -X quit

Listing all opened screens:

screen -ls

Makefile

Compile:

make compile

Link:

make link

Flash to microcontroler:

make flash

Turn on COM port monitor:

make monitor

Removing compiled files and closing monitor:

make clean

Run compile link flash monitor at the same time:

make default

About

Serial monitor and plotter for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0