RS232 Toolboard Wiring and Configuration Method
- RS232 Reference Wiring
Loading...
Interface Configuration Guide
Important Notes
Important Preparation
- Firmware Requirement:
The tool board must be flashed with RS232 firmware, otherwise communication will not be possible. - Mandatory Common Ground:
⚠️ Before connecting the tool board, ensure it shares the same power supply as theC8Por connect the GND of the tool board to the motherboard's GND (using the same24V/12Vpower supply is sufficient). - Interface Characteristics:
- Dual RS232 interfaces support independent or simultaneous use of both
- Klipper
serial:parameter is hardware-fixed and cannot be modified
Wiring Specifications
|
|
- Left Interface (SERIAL3)
- Right Interface (UART4)
Configuration Steps
- Edit printer.cfg
[mcu Laser]serial: /dev/serial3 # Fixed device node for left interfacebaud: 250000restart_method: command
- Key Settings Description
Laserin[mcu Laser]can be customized/dev/serial3is the dedicated node for the left interface and cannot be changed
Configuration Steps
- Edit printer.cfg
[mcu ToolBoard]serial: /dev/serial4 # Fixed device node for right interfacebaud: 250000restart_method: command
- Key Settings Description
ToolBoardin[mcu ToolBoard]can be customized/dev/serial4is the dedicated node for the right interface and cannot be changed
Configuring ID
- Open a browser, enter the IP address of the host computer in the address bar. For example, if my host IP is
192.168.101.179, type it directly and press Enter.
Loading...
- Open the WEB interface of the host computer, and in the configuration options on the left sidebar, find:
Loading... |
Loading... |
- Fill in the corresponding ID
Loading... | Loading... |
-
Apply Configuration
- After pasting the configuration code into the appropriate area
- Click SAVE & RESTART in the upper right corner
-
If Klipper reports
ADC out of range, this is normal. Connect the heat bed and thermistor to the motherboard, configure the thermistor pins for the nozzle and heat bed, then save and restart.
Loading...