bCNC
bCNC copied to clipboard
'utf-8' codec can't decode byte 0xa9 in position 4: invalid start byte
Flashed the firmware: https://github.com/bdring/Grbl_Esp32 Can connect over wifi and move the CNC on all the axies
Cloned the latest bCNC source, installed sudo pip3 install .
, started python3 -m bCNC
Error when connecting to ESP32 board over USB from bCNC
Port: /dev/ttyUSB1 Baud: 115200 Controller: GRBL1
'utf-8' codec can't decode byte 0xa9 in position 4: invalid start byte
Not enough information, the full traceback would help to figure out where the problem is.
this is all I see. any other way to get the traceback?
Similarly, we had a problem.
After editing sender.py 775 line,
line = str(self.serial.readline().decode("ascii", "ignore")).strip()
problem solved