Reference Wiring

RS232 ID of the Toolboard
Notes
Important Preparation
- Firmware Requirement:
The toolboard must be flashed with RS232 firmware, otherwise communication will not be possible. - Common Ground Required:
⚠️ Before connecting the toolboard, ensure that the toolboard and mainboard share the same GND (can be achieved by using the same24V/12V
power supply)
RS232 Notes
- In addition to D8, D8PRO, and C8P, no other mainboards support the RS232 interface.
- For unsupported mainboards, use
G2T
orUTOR
for connection. This tutorial usesUTOR
for connection.
Search for RS232 ID
- Open a browser and enter the IP address of the host computer in the address bar. For example, if my host computer's IP is
192.168.101.179
, directly enter it and press Enter.

- Open the WEB interface of the host computer, and in the configuration section of the left sidebar, find:
![]() |
![]() |
-
After clicking into
printer.cfg
, click onDEVICES
at the top right: -
Click
SERIAL
, then refresh:- Refresh in fluidd:
- Refresh in mainsail:
-
Copy the ID. Click as indicated by the arrow to copy:
- In fluidd, check if
ttyUSB
exists and ensurePath_by_hardware
exists; this is the RS232_ID
- In mainsail, check if
ttyUSB
exists and ensurePath_by_hardware
exists; this is the RS232_ID
Notes- When connecting the toolboard using
UTOR
, twoRS232_IDs
typically appear. Please try them one by one.
- In fluidd, check if
Fill in the Toolboard RS232 ID
-
Below is a reference configuration
Notestoolboard
in the configuration below refers to the name of the toolboard. Replace it with the corresponding name if different.
dangerous[mcu toolboard]
serial: <Replace this with the ID you just looked up>- To add the
ID
for the toolboard, it must be[mcu toolboard]
followed byserial:
, then the ID of the toolboard you searched for.
- Below is a reference configuration.
- Please note that this tutorial focuses on searching for and configuring the toolboard ID, and normally the connection to the mainboard is already established.
- Also note that the mainboard must be
[mcu]
, and the toolboard is[mcu toolboard]
. - Click
SAVE & RESTART
at the top right corner, which will automatically save and restart klipper.
dangerous
Note: All IDs appearing in this document are examples. The ID of each mainboard is different in reality. Please fill in the actual obtained ID.
dangerous
Please note that the ID below cannot be used !!!!!!
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
Loading...