Skip to content

bjaraujo/MonoSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mono Serial Port Terminal

Cross platform serial port terminal developed with Mono/GTK.

Main Screen

In Linux it might be necessary to change serial port permissions:

sudo adduser USER_NAME dialout

or more radical:

sudo chmod 666 /dev/ttyS0