How can I view/send hex serialialy. Like qtalk.

Is there a way I can use qtalk or some other program on qnx so that I can send and receive hex instead of ASCII. I am using 6.2.0.
Thanks,
CP

If by receiving hex, you mean you want a terminal emulator that prints the incoming data in
hex format, I don’t think qtalk will do this. You could write something pretty easily that will
do this.

I’m not sure at all what you mean by sending HEX. Do you want to type in hex charactors and have them sent that way? Again, this should not be hard to write if that is what you want.

Isnt it as simple as opening the file(ex: /dev/ser(n)) and writing hex characters to it ?