ABSniffer USB Dongle 502 connecting to Raspberry Pi

Hello

I am trying to connect ABSniffer USB Dongle 502 to Raspberry Pi.
How do you get it to work?
So far, I’ve used minicom (ttyACM0) but unable to go further to test out the unit because I couldn’t figure out how to use the AT Command. At the minicom how do you use AT commands? Or is there script that I could just run at the minicom just like in Governor? Sorry new to Raspberry pi. :smile:

Thanks

Ryan

You can run the shell to use AT commands.

echo "AT+SCAN?" > /dev/ttyACM0

Hi.

If you want to be sure that your dongle is using ttyACM0 you can check before and after connecting the dongle:

dmesg | grep tty