Try:
CMD$ = “????” + CHR$(&HE7)
Try:
OPEN "COM8:4800,N,8,2" FOR BINARY AS #1
In that case, I’d suggest since the first 2 bytes represent size, and since the radio doesn’t care about the first 4 bytes, I’d just send 3 bytes.
CMD$ = “??” + CHR$(&HE7)
When the radio gets it, it should read: 03 00 3f 3f e7
At least, I imagine it should.