Skip to main content

RS232 Toolboard Wiring and Configuration Method

  • RS232 Reference Wiring
Loading...

Interface Configuration Guide

Important Notes

Important Preparation
  1. Firmware Requirement:
    The tool board must be flashed with RS232 firmware, otherwise communication will not be possible.
  2. Mandatory Common Ground:
    ⚠️ Before connecting the tool board, ensure it shares the same power supply as the C8P or connect the GND of the tool board to the motherboard's GND (using the same 24V/12V power supply is sufficient).
  3. 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) wiring method
    Loading...
  • Right interface (SERIAL4) wiring method
    Loading...

Configuration Steps

  1. Edit printer.cfg
    [mcu Laser]
    serial: /dev/serial3 # Fixed device node for left interface
    baud: 250000
    restart_method: command
  2. Key Settings Description
    • Laser in [mcu Laser] can be customized
    • /dev/serial3 is the dedicated node for the left interface and cannot be changed

Configuring ID

  1. 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...
  1. Open the WEB interface of the host computer, and in the configuration options on the left sidebar, find:
  • For fluidd: {…} , click on it to find printer.cfg
Loading...
  • For mainsail: Machine, click on it to find printer.cfg
Loading...
  1. Fill in the corresponding ID
Loading...
Loading...
  1. Apply Configuration

    • After pasting the configuration code into the appropriate area
    • Click SAVE & RESTART in the upper right corner
  2. 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...