Hi all,
I have been experimenting with a newly-added KAM port (#6). It looks to me that after an outgoing call was tried in G-tor mode (either from QtTermTCP or from within a forwarding script) the modem remains in some state where no other command is accepted, such as bellow:
Connected to TelnetServer
att 6
LPTP:YU7BPQ} Ok
c <call>
*** Failure with <call>
gtor <call>
KAM} $
Input ignored
gtor
KAM} gtor <call>
KAM} $
Input ignored
pactor
KAM} c <call>
tor
KAM} Disconnected
... or when a fwd script session fails, it does not return to scan frequencies but remains on the last one used. Seems that it keeps the port busy:
Connected to TelnetServer
att 6
LPTP:YU7BPQ} Error - Port in use (Session Attached
Disconnected
Connected to TelnetServer
att 6
LPTP:YU7BPQ} Error - Port in use (Session Attached
Disconnected
Connected to TelnetServer
att 6
LPTP:YU7BPQ} Error - Port in use (Session Attached
A sample fwd script includes this:
ATTACH 6
RADIO 14.10230 USB
#\TRX F 14102.30
#\TRX F 7044
PAUSE 2
#MYLEVEL 1
MSGTYPES PTRB5000
C <call>
ELSE
ATTACH 6
RADIO 14.10230 USB
#\TRX F 14102.30
#\TRX F 7044
PAUSE 2
#MYLEVEL 1
MSGTYPES PTRB5000
GTOR <call>
Any idea what can be wrong?
Misko YT7MPB