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
- Host: GitHub
- URL: https://github.com/michallytek/java-serial-terminal
- Owner: MichalLytek
- Created: 2016-05-14T13:00:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T20:23:31.000Z (over 8 years ago)
- Last Synced: 2025-03-19T03:01:29.543Z (10 months ago)
- Language: Java
- Homepage:
- Size: 356 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-Serial-Terminal
A simple app to communicate using serial (COM) ports.

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

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


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!

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!