-
-
Notifications
You must be signed in to change notification settings - Fork 536
Serial Port Setup and Usage
The serial port is most basic connection. It can fully control Grbl and it also sends useful data at startup and if there is a crash.
The default settings are 115200 baud, N-8-1. One of the easiest serial terminals to use is the one that comes with the Arduino IDE. You get to it via the magnifying glass icon and you need to adjust the settings in the lower right per the image below.
If you have the serial terminal open before you compile/upload, it will connect and show you some helpful information.
It will show you the cpu map you are using and some of the features associated with it. You can send $I to get the version number.
If you want to reboot the ESP32 to see the startup info, send [ESP444]RESTART or click the boot button on your module.
- Home
- Hardware
- ESP32 Dev Kit Versions
- Compiling with Arduino IDE
- Compiling with PlatformIO
- Using the Serial Port
- Grbl_ESP32 Settings
- Controlling Grbl_ESP32
- Setting Up the I/O pins
- Spindle Types
- Basic Kinematics
- Custom Machine Functions
- Home/Limit Switches
- Machine Work Space
- Stepper Motor Drivers
- Trinamic Drivers
- Axis Squaring and Ganging
- Settings
- SD Card
- Bluetooth
- Wifi
- WebUI
- Using Telnet
- Servo Axis
- Push notifications
- Switches
- Stepper Drivers
- Spindle options
- Other Ouputs
Testing public edit