Hey all,
So I finally hooked up the AD2USB to my RPI (under the AlarmDecoder Beta OS) and it's recognized as /dev/ttyUSB0. Ser2sock seems to be running (note: there's a persistent error that comes up where the ser2sock.pid cannot be created for whatever reason, so attempting to stop ser2sock fails...this might be a bug). However, no further messages or activity seems to be getting logged beyond this:
Jul 24 05:57:35 alarmdecoder ser2sock[2546]: [<E2><9C><94>] Using config file: /etc/ser2sock/ser2sock.conf
Jul 24 05:57:35 alarmdecoder ser2sock[2546]: [<E2><9C><94>] Serial 2 Socket Relay version V1.5.2 starting
Jul 24 05:57:35 alarmdecoder ser2sock[2546]: [<E2><9C><94>] Listening socket created on port 10000
Jul 24 05:57:35 alarmdecoder ser2sock[2546]: [<E2><9C><94>] daemonizing the process
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Using PID file: /var/run/ser2sock.pid
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Seting thread priority to HIGH
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Start wait loop using ser2sock communication mode
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Opened com port at /dev/ttyUSB0
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Setting speed 115200
Jul 24 05:57:35 alarmdecoder ser2sock[2549]: [<E2><9C><94>] Set speed successful
I tried opening some doors and also setting the alarm and turning it back off. Nothing else is getting logged (unless it's in another log file?)
Any ideas of what I can check to make sure things are OK?