Skip to content

Commit

Permalink
🔧 Tweak Ender-5 S1 serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 13, 2024
1 parent 9b6446a commit 2a3f370
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions config/examples/Creality/Ender-5 S1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a3f370

Please sign in to comment.