Hi, I’m trying to get wifi works in my setup,
As I understand,
- skrpro runs marlin to translate gcode to moves.
it can do serial with 2 others ( right now, tft, and pc via usb) - tft runs a kind of I don’t know what (marlin?) to forward gcode from usb or sd to skrpro
it can do serial with 2 others ( skrpro and usb )
It seems I can change “something”, “somewhere” to tell the tft’s firmware to use wifiplug instead of something else.
I hope to be clear, as I saw in code in marlin, the kind of -1 0 1 2 3 4 5 6
I found in pin_TFT35_V3_0.H:
/*
- SERIAL_PORT: communicating with host(Marlin, smoothieware, etc…)
- SERIAL_PORT_X: communicating with other controller(Octoprint, ESP3D, other UART Touch Screen, etc…)
*/
#define SERIAL_PORT _USART2 //default usart port
#define SERIAL_PORT_2 _USART1
#define SERIAL_PORT_3 _USART3
#define SERIAL_PORT_4 _UART4
Did I found the right place ? which one should I use in front of SERIAL_PORT_2 ?