Ok. Historically 0x07 is the bell character. How can I determine what PVX is sending when I print 'rb' at a command prompt? I'm having trouble with a terminal emulator not ringing and need to know this value to help with the config of that emulator.
'RB' should be defined in your terminal driver program - for example in *dev/vt100:
->*['rb]
1110 MNEMONIC (LFO)'RB'=$07$
Certain emulators also have a 'dump data to screen' mode that will display whatever they are receiving.
Thank you. I didn't remember that the devices had drivers in dev. Thought they were in a file like the keyboard config.