Hi Mike,
Thanks for taking the time.
These are as I have them and I've not changed them.
;;;;;; Mandatory Command Codes ;;;;;
1 = ilink,1 ; Disconnect specified link
2 = ilink,2 ; Connect specified link -- monitor only
3 = ilink,3 ; Connect specified link -- transceive
4 = ilink,4 ; Enter command mode on specified link
70 = ilink,5 ; System status
99 = cop,6 ; PTT (phone mode only)
I've uncommented out the 800's as below:
806 = ilink,6 ; Disconnect all links
807 = ilink,7 ; Last Node to Key Up
808 = ilink,8 ; Connect specified link -- local monitor only
;809 = ilink,9,1999,"Testing" ; would send a text message to node 1999 replace 1999 with 0 for all connected nodes
810 = ilink,10 ; Disconnect all RANGER links (except permalinks)
811 = ilink,11 ; Disconnect a previously permanently connected link
812 = ilink,12 ; Permanently connect specified link -- monitor only
813 = ilink,13 ; Permanently connect specified link -- transceive
815 = ilink,15 ; Full system status (all nodes)
816 = ilink,16 ; Reconnect links disconnected with "disconnect all links"
;817 = ilink,17 ; MDC test (for diag purposes)
818 = ilink,18 ; Permanently connect specified link -- local monitor only
I use *818-node to put the two nodes in 'local monitor' mode at startup.
This appears to work fine when both are in 'local monitor' mode i.e. there is no audio crossover between the two.
If I put one of the nodes in Transceive mode *3-node, it continues to work as it should i.e. there is no audio crossover between the two when not transmitting.
However, it appears that when I transmit on the node in Transceive mode, any received (audio) from the other node which is still in 'Local monitor' mode, is 'broadcast' along with my audio out over the radio.
There is a previous post:
*8xxxx command ( local monitor)
That hints at a similar issue, but not quite the same and using an older version?