vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.56k stars 532 forks source link

bCNC RPI3 Alamode CNC Shield #474

Closed DenCNC closed 7 years ago

DenCNC commented 7 years ago

I am trying to get bCNC to run on my Raspberry Pi 3 with Alamode and CNC Shield v3. I am getting a few errors at startup that will not allow me to connect to the serial port. I have installed python pyserial module several times and no success. Here is the first error:

2016-12-27-175140_1824x984_scrot

and then I get this error when I try to select the correct serial port:

2016-12-27-181743_1824x984_scrot

I have tried everything that I can think of. I seem so close that I hate to give up. Any thoughts?

DenCNC commented 7 years ago

Never mind. Removed pyserial-3.2.1 and installed pyserial-2.7 and everything works perfect now. Thanks.

vlachoudis commented 7 years ago

@DenCNC thanks for letting us know. I will try to investigate why pyserial-3.2.1 is failing.

vlachoudis commented 7 years ago

@DenCNC I've tried today the pyserial-3.2.1 and it works ok on my pc