An open API service indexing awesome lists of open source software.

https://github.com/michallytek/java-serial-terminal

A simple app to communicate using serial (COM) ports
https://github.com/michallytek/java-serial-terminal

Last synced: 10 months ago
JSON representation

A simple app to communicate using serial (COM) ports

Awesome Lists containing this project

README

          

# Java-Serial-Terminal
A simple app to communicate using serial (COM) ports.

![Main window](http://i.imgur.com/JPpDCft.png)

It can detect avaiable ports in OS and configure it's parameters.

![Configuration window](http://i.imgur.com/LJ4EzAs.png)

It has split view between sendind and receiving - you can resize it as you want!

![Split view up](http://i.imgur.com/Oju1eii.png)

![Split view down](http://i.imgur.com/0UOBcLv.png)

It's written all in Java, using [Java Simple Serial Connector](https://github.com/scream3r/java-simple-serial-connector), so it works also on Linux!

![Linux window](http://i.imgur.com/xDldeEP.png)

Currently it's only in Polish - you can create a new branch and translate all hardcored strings by yourself.

Or you can extend this project and add multilanguage functionality - don't forget to start a pull request then!