https://github.com/askuric/jserialterminal
Open source Java serial communication terminal for simple handling embedded devices.
https://github.com/askuric/jserialterminal
arduino java serial-communication serial-monitor
Last synced: about 1 month ago
JSON representation
Open source Java serial communication terminal for simple handling embedded devices.
- Host: GitHub
- URL: https://github.com/askuric/jserialterminal
- Owner: askuric
- License: mit
- Created: 2019-05-18T17:34:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T10:36:57.000Z (about 5 years ago)
- Last Synced: 2025-02-15T19:49:22.856Z (3 months ago)
- Topics: arduino, java, serial-communication, serial-monitor
- Language: Java
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSerialTerminal
Application enabling simple and intuitive handling serial communication.
- Primary intention of such design is the simplicity of saving serial data to the files for further use.
- It makes it very easy to make simple editions and save data to files as csv and use it further with Matlab, Excel and similar
![]()
![]()
![]()
![]()
## Usage
- Feel free to change it to any extent you may need!
- If you do not wish to do any changes to the program you can just double click on the `JSerialTerminal.jar` file and run the application.## Ecliplse project
1. Clone the project
2. Open Ecliplse (I use Eclipse Neon)
3. Go to File > Open Projects From file systems
4. Navigate and open you the project
5. Run the code#### Export as runnable jar
1. Right click on project
2. Export > Java > Runnable JAR file
3. **Make sure you check 'Package required libraries into generated JAR'**