Issue getting NMEA data in from serial device #143
Replies: 2 comments 3 replies
-
Hello, that looks ok to me: the command line, NMEA and output. Another way to check whether you are reading from the right device is to run AIS-catcher and to disconnect the USB cable. The program should then stop. I have added an option so that you indeed can print the input from the serial device on the command line ( As a final question, are you using particular special settings for the serial connection in Putty? I have not implemented all options here (only one-stop-bit and no-parity).
|
Beta Was this translation helpful? Give feedback.
-
Thanks for being so systematic and for flagging the issue! Your device setup looks ok (1 stop bit, no parity) and programs like Putty seem to work (you have 34800 for Putty but assume it works for both 38400 and 34800). I have reworked the code a bit (automatically available as Edge binaries) to initialize the port slightly differently. Perhaps this resolves it. It might be the DTR or RTS control setting for particular devices... I have tested though only on a Comar R400N (connected via USB available on COM3) with a Windows 11 PC runing Catcher 32bit and 64bit. if this did not fix it, anything specific for your system setup that could provide insights for further testing? Thank you again, Jasper |
Beta Was this translation helpful? Give feedback.
-
Hello, I have been a AIS-catcher user for a bit now with my SDR dongles, and I recently bought a NMEA capable transceiver for the boat.
I figured I try AIS-catcher with serial, but have been having trouble getting the serial mode to decode any NMEA messages. I am using todays v .50 x64 windows binaries. I am using "-e 38400 COM3" It opens the port, and I confirmed that it is using the port, as Putty can no longer use it while AIS-catcher is running, but I am not decoding any NMEA messages in AIS-catcher. I am pretty sure my messages are ok. example from my seral device !AIVDM,1,1,,A,B5`OG1h006T24=3u0CSQ3wr5kP06,0*30 Is there a way to see the raw input that AIS-catcher is seeing? Not sure if the issue is happening in the serial side, or in the decode side of things, or if there is something simple I missed.
output.txt
Beta Was this translation helpful? Give feedback.
All reactions