la5nta / pat

A cross-platform Winlink client written in Go
https://getpat.io
MIT License
488 stars 86 forks source link

Pat/ARDOP not acknowledging connecting station #224

Closed KG7UAT closed 4 years ago

KG7UAT commented 4 years ago

This is my first time using Pat, although not the first time using Winlink, I had been using Winmore Winklink previously. I'm attempting to connect to a station, however, Pat is not connecting. I can hear the other station respond to my station's connection requests, however, Pat seems to be oblivious to it. I've tried another station and got the same results. I can successfully connect to the exact same station with Winmor Winlink in Winlink Express, but not with ARDOP and Pat.

I'm using the latest version of Pat with ARDOP on a Raspberry Pi B+ with Raspbian 10 Buster. I am using rigctrl with seems to be working quite nicely. Here are some logs from terminal:

From PAT: pi@raspberrypi:~ $ pat connect ardop:///KX5DX?freq=14106.500 2020/10/19 16:02:00 icom ready. Dial frequency is 14.106.50 MHz. 2020/10/19 16:02:00 ARDOP TNC (ARDOP TNC_1.0.4.1j-BPQ) initialized 2020/10/19 16:02:00 QSY ardop: 14106.500 2020/10/19 16:02:03 Connecting to KX5DX (ardop)... 2020/10/19 16:02:41 Unable to establish connection to remote: Connect timeout 2020/10/19 16:02:42 QSX ardop: 14106.500

From ARDOP: Host Control Session Connected Host Data Session Connected [Command Trace FROM host: INITIALIZE Command Trace TO Host BUFFER 0 Command Trace TO Host INITIALIZE [Command Trace FROM host: STATE Command Trace TO Host STATE DISC [Command Trace FROM host: PROTOCOLMODE ARQ Command Trace TO Host PROTOCOLMODE now ARQ [Command Trace FROM host: ARQTIMEOUT 90 Command Trace TO Host ARQTIMEOUT now 90 [Command Trace FROM host: LISTEN FALSE Command Trace TO Host LISTEN now FALSE [Command Trace FROM host: MYCALL KG7UAT Command Trace TO Host MYCALL now KG7UAT [Command Trace FROM host: GRIDSQUARE DN16QM Command Trace TO Host GRIDSQUARE now DN16QM [Command Trace FROM host: ARQBW 500MAX Command Trace TO Host ARQBW now 500MAX [Command Trace FROM host: CWID TRUE Command Trace TO Host CWID now TRUE [Command Trace FROM host: VERSION Command Trace TO Host VERSION ARDOP TNC_1.0.4.1j-BPQ [Command Trace FROM host: ARQCALL KX5DX 10 Command Trace TO Host ARQCALL KX5DX 10 Command Trace TO Host NEWSTATE ISS [SendARQConnectRequest] strMycall=KG7UAT strTargetCall=KX5DX bytPendingSessionID=f8 Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Repeating Last Frame Sending Frame Type ConReq500M [Main.KeyPTT] PTT-TRUE ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM [Main.KeyPTT] PTT-FALSE Command Trace TO Host BUFFER 0 Command Trace TO Host BUFFER 0 Command Trace TO Host NEWSTATE DISC Command Trace TO Host STATUS CONNECT TO KX5DX FAILED!

I'm sure I'm probably missing something, but I've been messing around with Pat and ARDOP for half the day and really don't know what to do anymore.

KG7UAT commented 4 years ago

Well, I shut down the Pi and returned to it later. It connected without an issue to the very stations I had issues with previously and I was able to successfully exchange a few emails. Not sure what the deal was but glad it's working now.