RS485_SERIAL_PORT

MarlinFirmware/Marlin#25680
This commit is contained in:
Scott Lahteine 2023-04-24 22:01:14 -05:00
parent 0849d2a01e
commit 8c19d8d41d
340 changed files with 3060 additions and 0 deletions

View file

@ -126,6 +126,15 @@
//#define SERIAL_PORT_3 1
//#define BAUDRATE_3 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
/**
* Select a serial port to communicate with RS485 protocol
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
//#define RS485_BUS_BUFFER_SIZE 128
#endif
// Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH