-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem running the python script. #47
Comments
I'm also getting this error. I'm running in an Ubuntu VM on VirtualBox, wondering if that has something to do with it not working correctly. |
I was able to complete my flash without getting the "Found zigbee port" message. I just continued on with using /dev/ttyUSB1 as my target (assuming no other USB devices are installed except mouse and keyboard, this looks like it's pretty consistently the right device). I also had to follow the steps in #33 but after that, it seemed to work. |
you have to install the stuff. (maybe with "sudo" prefix |
I am getting the error "Permission denied" running the command below. I have installed pyserial and xmodem. Any suggestions ? root@NUC:~# ./ncp.py scan |
Hi,
The python script, doesn't seem to detect the device.
└──╼ $./ncp.py scan
Connecting to.. /dev/ttyUSB1 57600 True False
Exception: <class 'serial.serialutil.SerialException'> /dev/ttyUSB1
Connecting to.. /dev/ttyUSB0 57600 True False
Exception: <class 'serial.serialutil.SerialException'> /dev/ttyUSB0
{"ports": [{"port": "/dev/ttyUSB1", "vid": "10C4", "pid": "8A2A", "deviceType": "unknown"}, {"port": "/dev/ttyUSB0", "vid": "10C4", "pid": "8A2A", "deviceType": "unknown"}]}
I'm pretty sure i have everything setup correctly. Anyone else got this error?
The text was updated successfully, but these errors were encountered: