Hello,
I am trying to connect a raspberry pi to the celluar network using the Nova U201. I am able to install the Hologram python SDk as per these instructions: https://hologram.io/docs/reference/nova/user-manual/
When I run “sudo hologram modem connect -vv” I am returned the following message:
" DEBUG: checking for vid_pid: (‘12d1’, ‘1506’)
DEBUG: checking for vid_pid: (‘12d1’, ‘1001’)
DEBUG: checking for vid_pid: (‘05c6’, ‘90b2’)
DEBUG: checking for vid_pid: (‘1546’, ‘1102’)
INFO: Detected modem Nova_U201
DEBUG: checking port ttyACM0
DEBUG: checking port ttyACM1
DEBUG: checking port ttyACM2
DEBUG: checking port ttyACM3
DEBUG: checking port ttyACM4
DEBUG: checking port ttyACM5
DEBUG: checking port ttyACM6
ERROR: Unable to detect a usable serial port"
Any suggestions?