通过 USB 连接 GPS/GLONASS U-blox7 时出现“无法抓取端口 (tty/ttyACM0)”

通过 USB 连接 GPS/GLONASS U-blox7 时出现“无法抓取端口 (tty/ttyACM0)”

我正在尝试从U-blox 7但我收到了消息Could not grab port (tty/ttyACM0)

它应该打印如下内容:

grep -m1 '$GPGLL' /dev/ttyACM0 

$GPGLL,4913.83009,N,01331.02537,E,181115.00,A,A6A*

到目前为止,我已经创建了修改内核的文件49-ublox.rules

49-ublox.规则

其中包含以下内容:

ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", ENV{MTP_NO_PROBE}="1"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", MODE:="0666"

但我仍然无法建立沟通。

tail -f /var/log/syslog输出

tail -f /var/log/syslog 输出

相关内容