mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 06:27:35 -06:00
🔧 Tweak Ender-5 S1 serial port
This commit is contained in:
parent
9b6446a0fb
commit
2a3f370522
1 changed files with 3 additions and 9 deletions
|
@ -130,15 +130,6 @@
|
|||
//#define SERIAL_PORT_3 1
|
||||
//#define BAUDRATE_3 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
|
||||
|
||||
/**
|
||||
* Select a third serial port on the board to use for communication with lcd.
|
||||
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
*/
|
||||
#define LCD_SERIAL_PORT 2
|
||||
#define LCD_BAUDRATE 115200
|
||||
#define USB_HOST_SERIAL MYSERIAL2
|
||||
|
||||
/**
|
||||
* Select a serial port to communicate with RS485 protocol
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
|
@ -3123,6 +3114,9 @@
|
|||
|
||||
// Resistive touch screen
|
||||
#define CREALITY_RTS
|
||||
#define LCD_SERIAL_PORT 2
|
||||
#define LCD_BAUDRATE 115200
|
||||
#define USB_HOST_SERIAL MYSERIAL2
|
||||
|
||||
// Creality Cloud-based Printing
|
||||
#define CREALITY_CLOUD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue