Basic Information:
Printer Model: Creality CR200-B
MCU / Printerboard: Creality V4.2.5, BTT PI 1.2
klippy.log
I already flashed printer mother board with klipper compiled for serial (on USART1 PA10/PA9),
Changed console=display to console=serial in /boot/BoardEnv.txt .
Changed [mcu] serial: /dev/ttyS0 also tried with /dev/ttyAMA0
In printer cfg,
Connected pins 3, 4 of diplay port to rx and tx gpio pins,
Checked continuity of this pins to STM32 PA10/9 pins
Rechecked everything for many times, still nothing happens, getting can’t connect to Klipper error in mainsail.
It worked fine through usb, but i intending to put pi inside printer chasis, so connecting through usb would require drilling hole, and sticking usb cable outside.
I see
mcu ‘mcu’: Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0: [Errno 2] No such file or directory: ‘/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0’
In klipper log, does that mean PI still trying to connect through USB ?
What else can i try ?
klippy (4).log (209.8 KB)
…