Hello, I'm trying to install wireshark sniffer on ubuntu 14.04 with PCA10031. I follow this guide : devzone.nordicsemi.com/.../
But when I launch sudo python example_linux.py
I got this error :
args: () kwargs: {'callbacks': [('*', <bound method Sniffer.passOnNotification of <Sniffer(Thread-2, initial)>>)]} board ID (random): 71 Error on port /dev/ttyACM0. file: Packet.py, line 245: Port is already open. Error on port /dev/ttyACM0. file: Packet.py, line 251: [Errno 11] Resource temporarily unavailable Error on port /dev/ttyACM0. file: Packet.py, line 251: [Errno 11] Resource temporarily unavailable Error on port /dev/ttyACM0. file: Packet.py, line 251: [Errno 11] Resource temporarily unavailable Error on port /dev/ttyACM0. file: Packet.py, line 251: device reports readiness to read but returned no data (device disconnected?) board ID (random): 252 starting scan Sent key value to sniffer: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] UART read timeout (2 seconds). UART read timeout (2 seconds). UART read timeo
and next try :
args: () kwargs: {'callbacks': [('*', <bound method Sniffer.passOnNotification of <Sniffer(Thread-2, initial)>>)]} board ID (random): 191 Error on port /dev/ttyACM0. file: Packet.py, line 245: Port is already open. Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.2 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.3 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.4 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.5 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.6 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.7 seconds). Error on port /dev/ttyACM0. file: Packet.py, line 251: UART read timeout (0.8 seconds).
Does anybody already facing this problem?
Thanks