I have a pro-96 with serial adapter and was wondering how you got it to work.
I have a Pro-197 that I am testing your script on. It appears to be working, but I am wondering what else you have done with it? I simply want to add the Alpha tags to an private feed.
Thanks!
I have a pro-96 with serial adapter and was wondering how you got it to work.
I would love to get your latest code. Thanks!I haven't done much else with it. I did make a few updates from the time i posted my code. I added a few spots for error handling. For example if you unplug it, the script will not quit, it will try to continue reading from the port even though its not hooked up. Once it is plugged back in it will pick back up again. This is good for intermittent communication issues.
In terms of a private feed, i have not set one of those up. I think you can set one up with icecast and then you just enter your own private credentials, but sorry i don't have more specifics! If anyone is interested in my most recent code i can upload that again.
I have a 996p2 and using the front usb port but its not very stable the metadata comes and goes. Can you use the back serial port plugged into the pi with a serial cable to run the metadata?
Or might there be a more stable way to get a 996p2 to run metadata on a raspberry pi
Hi. Yes you can use the back serial port. Since it is set up to accept a GPS connection, you'll need to add a null modem to your cable. I've used the back port quite a bit and have had good connection success. I have the serial cable connected to the scanner, a null modem connected to the cable, serial to USB adapter connected to the null modem, then the adapter connected to the Raspberry Pi. Another benefit of the back port is it helps to hide the cables by routing them behind the scanner.
Interesting. Looks like the serial connection is not consistent. I'm guessing it's not the USB cable. There could be a different format in the data stream from the scanner. (If you've never had it decode any metadata, this is probably the case.)
I'll see if I can dig into the documentation and find out what data is being sent.
Did anyone get anywhere with the 996P2 metadata issue? I have everything else figured out but looks like I too am running into the same unstable issue with the usb to usb cable issue.
Thank you! I saw it said to use it but was not sure if it resolved it. Did you need to use a serial cord to a null modem then USB, or can you go serial to USB? Want to make sure I do it right the first time. My setup goes through a Raspberry Pi.
Script works great, thanks for providing! However, I do have one issue. My Pi is headless, so I login and configure from my Windows 10 PC using PuTTY. I can run the script and see the tags running fine in both PuTTY and on my scanner app on my phone. However, when I exit PuTTY, the script stops. Is there any way I can set up PuTTY so that the script keeps running when the program is exited?
python metaPy.py &