https://github.com/bdring/grblcontroller
Demo of vb.net control of Grbl
https://github.com/bdring/grblcontroller
Last synced: 6 months ago
JSON representation
Demo of vb.net control of Grbl
- Host: GitHub
- URL: https://github.com/bdring/grblcontroller
- Owner: bdring
- Created: 2015-10-31T15:10:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T17:38:35.000Z (almost 11 years ago)
- Last Synced: 2025-05-29T21:06:36.388Z (about 1 year ago)
- Language: Visual Basic
- Size: 242 KB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GrblController
Demo of vb.net control of Grbl
The is a simple demo of control of the [Grbl CNC Machine Controller](https://github.com/grbl/grbl) using Visual Studio VB.Net.
The program uses a [GrblInterface Class](https://github.com/bdring/GrblController/blob/master/GrblController/GrblInterface.vb) to handle the serial protocol, file sending and regular status updates.
This make a GUI very simple. It provides several events for the GUI to use.
The GUI that is part of this repo is only for demo purposes and should not be used to control a machine.
There is no compiled version or setup for this. If you can't comile this yourself, you are not the target audience for this.