https://github.com/zebrajaeger/jgrblconnector
https://github.com/zebrajaeger/jgrblconnector
grbl java
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/jgrblconnector
- Owner: zebrajaeger
- License: lgpl-3.0
- Created: 2016-10-01T06:49:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T07:38:29.000Z (over 9 years ago)
- Last Synced: 2025-04-02T08:31:27.556Z (about 1 year ago)
- Topics: grbl, java
- Language: Java
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jGrblConnector
## Short Description
This is a java Library to connect a system that runs grbl (https://github.com/grbl/grbl).
The connections works with a single byte stream interface for generic and easy binding to the Serial Port, a Usb virtual Serial Port, Bluetooth Device, ...
In my case, I use it to run a panoramic head with Arduino and grbl as firmware and i use this connector to write a android app to control the panohead via Bluetooth.