Open artdezigner opened 5 years ago
3 and 1 is what I use. I dodnt think you need the num serial, it figures it out on its own. At least in newer versions.
1, the baud rate can be set according to the general; 2, serial port A: 32-bit CPU board, namely MKS Robin series, MKS SBASE/SGEN/SGEN_L and so on, need to be set according to which group of serial ports are actually connected. MKS has open sourced the above schematic diagram of the motherboard, you can refer to it; B: MKS Robin Nano or other MKS 32 motherboard, #define SERIAL_PORT -1, here must be -1, this macro is used in 2560 and other 8-bit CPU; C: Because the USB of MKS Robin Nano is connected to STM32F103VET6 PB10/PB11, this is USART3, so #define SERIAL_PORT_2 3
Good day, please tell me how to configure Marlin. As I understand it, I need to migrate the basic settings from robin_nano_cfg.txt in corfigure.h, the board and the display you have already registered, but I can not understand what numbers to set in variables SERIAL_PORT and what BAUDRATE speed to specify: /**
define SERIAL_PORT 3
/**
define SERIAL_PORT_2 1
define NUM_SERIAL 2
/**
define BAUDRATE 250000