mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-16 19:44:07 +02:00
minor readme update
This commit is contained in:
@@ -15,5 +15,14 @@ Check that these are set to the default factory values:
|
||||
|
||||
# Implementation details
|
||||
|
||||
this was tested with pin 16 RX and 26 TX mapped in the machine config file. Pin 4 was used for RTS but it is not used on the rs485 module I tested with.
|
||||
|
||||
```
|
||||
#define VFD_RS485_TXD_PIN GPIO_NUM_26
|
||||
#define VFD_RS485_RTS_PIN GPIO_NUM_4
|
||||
#define VFD_RS485_RXD_PIN GPIO_NUM_16
|
||||
|
||||
```
|
||||
|
||||
not sure how to detect and parse error messages
|
||||
max frequency is currenly hardcode
|
Reference in New Issue
Block a user