Raman Varabets

Results 39 comments of Raman Varabets

Hi @devbisme! I tried the updated version and the error is the same, although it is in the kicad7/lib.py now 😅 ``` Python 3.11.3 | packaged by conda-forge | (main,...

@devbisme that helped, thank you!

Hey @Arksine! I tried to use socat before implementing this but it didn't work well. I think it's because only one process can read from pty at the same time....

@ian-rosenberg thanks! I'm not actively working on it; the current implementation works well enough for me. But if you have ideas how to improve it, please share. Or you can...

@ian-rosenberg I did nothing special. I just made sure the gadget serial driver (`g_serial`) is loaded on my RPi and that M105 probes from P3P appear on `/dev/ttyGS0`. Then I...

@ian-rosenberg what board do you have? Does it have two serial ports? How is the MCU connected to it?

> raspberry pi > This sounds like I need a board w/ a second serial port? Yes, which RPi do you have? E.g. I have Zero 2W and SKR Pico...

> So, the board in your printer is talking directly to your pi over usb, as well as the palette over a 2nd one? SKR is talking with Pi via...

@ian-rosenberg it's hard to tell what's wrong with the setup. I have two guesses: 1. your Pi has something else on ttyS0. For example, a Linux serial console. You'll need...

@ian-rosenberg run `sudo modprobe g_serial`. Then check the output of `dmesg`. If you don't have ttyGS0 created, there must be some error and it should be visible the kernel logs.