You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get data from a USB serial device on a RPi. It’s a QK-A021 USB AIS receiver dongle from Quark-elec.
I got a list of devices using:
$ AIS-catcher -l
AIS-catcher (build Dec 6 2025) v0.65-0-g096fdde2
(C) Copyright 2021-2025 jvde-github and other contributors
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Found 4 device(s):
0: RadarBox, ADS-B, SN: 00001090
1: Nooelec, NESDR SMArTee v5, SN: 00000162
2: Serial, USB Serial, SN: usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
3: Serial, USB Serial, SN: usb-u-blox_AG_-www.u-blox.com_u-blox_7-_GPS_GNSS_Receiver-if00
The device I'm interested in is a QK-A021 USB AIS receiver. It's listed as # 2 Serial. So I added to my working config:
-e 38400 /dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
I also tried: -e 38400 /dev/ttyACM1
This results in AIS-catcher giving an code=exited, status=255/EXCEPTION
My config is as follows:
-d 00000162
-e 38400 /dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
-v 10
-M DT
-gr rtlagc on
-s 1536k
-p 0.5
-o 4
-N 8383 geojson on REALTIME on CDN /usr/share/aiscatcher/webassets
-N share_loc on
-t gpsd localhost 2947
-S 10111
-N FILE /usr/share/aiscatcher/stat.bin BACKUP 60
-N PLUGIN_DIR /usr/share/aiscatcher/my-plugins
-X
-N HISTORY 300
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to get data from a USB serial device on a RPi. It’s a QK-A021 USB AIS receiver dongle from Quark-elec.
I got a list of devices using:
$ AIS-catcher -l
AIS-catcher (build Dec 6 2025) v0.65-0-g096fdde2
(C) Copyright 2021-2025 jvde-github and other contributors
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Found 4 device(s):
0: RadarBox, ADS-B, SN: 00001090
1: Nooelec, NESDR SMArTee v5, SN: 00000162
2: Serial, USB Serial, SN: usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
3: Serial, USB Serial, SN: usb-u-blox_AG_-www.u-blox.com_u-blox_7-_GPS_GNSS_Receiver-if00
The device I'm interested in is a QK-A021 USB AIS receiver. It's listed as # 2 Serial. So I added to my working config:
-e 38400 /dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
I also tried: -e 38400 /dev/ttyACM1
This results in AIS-catcher giving an code=exited, status=255/EXCEPTION
My config is as follows:
-d 00000162
-e 38400 /dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_6D8A54695551-if00
-v 10
-M DT
-gr rtlagc on
-s 1536k
-p 0.5
-o 4
-N 8383 geojson on REALTIME on CDN /usr/share/aiscatcher/webassets
-N share_loc on
-t gpsd localhost 2947
-S 10111
-N FILE /usr/share/aiscatcher/stat.bin BACKUP 60
-N PLUGIN_DIR /usr/share/aiscatcher/my-plugins
-X
-N HISTORY 300
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions