Any way I could send binary up to the PC on ch0 of RTT?
I'm connecting directly via telnet to Jlink driver, leaving RTTViewer out.
But when I send 0xFF it interprets it as control character and closes connection.
And next time I connect I get NVT message.
Telnet does support binary mode
github.com/kdart/pycopia/blob/…copia/inet/telnet.py#L170
it only has to be set once.
I know it listens on telnet for 100ms on startup for control commands, this would be perfect time for it, or even better as parameter.
If I cannot use binary mode then I have to send everything as hex ascii which reduces the speed to half.
I'm connecting directly via telnet to Jlink driver, leaving RTTViewer out.
But when I send 0xFF it interprets it as control character and closes connection.
And next time I connect I get NVT message.
Telnet does support binary mode
github.com/kdart/pycopia/blob/…copia/inet/telnet.py#L170
it only has to be set once.
I know it listens on telnet for 100ms on startup for control commands, this would be perfect time for it, or even better as parameter.
If I cannot use binary mode then I have to send everything as hex ascii which reduces the speed to half.