Reference Wiring
Loading...
Searching for the RS232 ID of the Toolboard
Precautions
Important Preparations
- Firmware Requirement:
The toolboard must be flashed with the RS232 firmware, otherwise communication will not be possible. - Mandatory Common Ground:
⚠️ Before connecting the toolboard, ensure its GND is connected to the mainboard's GND (using the same24V/12Vpower supply achieves this).
RS232 Notes
- Only the D8, D8PRO, and C8P mainboards support the RS232 interface. Other mainboards do not.
- For unsupported mainboards, use
G2TorUTORfor connection.
Searching for the RS232 ID
- Open a browser, enter the host's IP address in the address bar (e.g., if the host IP is
192.168.101.179, enter it and press Enter).
Loading...
- Open the host's WEB interface. In the left sidebar configuration options, find:
Loading... |
Loading... |
- Click
printer.cfg, then clickDEVICESin the top right corner.
Loading... | Loading... |
- Click
SERIAL, then refresh.
Loading... |
Loading... |
- Copy the ID. Click the indicated arrow to copy.
Loading... |
Loading... |
Note
- When connecting the toolboard using
UTOR, twoRS232_IDs often appear. Try each one.
Configuring the Toolboard RS232 ID
-
Below is a reference configuration.
Note- In the configuration below,
toolboardrefers to the toolboard name. If it has a different name, replace it accordingly.
dangerous[mcu toolboard]
serial: <Replace here with the ID you just queried>
baud: 250000
restart_method: command- When adding the toolboard
ID, it must be[mcu toolboard], followed byserial:, and then the toolboard ID you found.
- Below is the reference configuration.
- Please note this tutorial is for toolboard ID search and configuration. Normally, the toolboard should already be properly connected to the mainboard.
- The mainboard is always
[mcu], and the toolboard is[mcu toolboard]. - Click
SAVE & RESTARTin the top right corner. This will automatically save and restart Klipper.
- In the configuration below,
dangerous
Note: All IDs appearing in this document are examples. The actual ID for each mainboard is different. Please use the ID you actually obtained. ::
Loading...