PxPlus User Forum

Main Board => Discussions => Language => Topic started by: Michael Greer on December 03, 2024, 05:30:59 PM

Title: 'rb' escape sequece
Post by: Michael Greer on December 03, 2024, 05:30:59 PM
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.
Title: Re: 'rb' escape sequece
Post by: EVa on December 04, 2024, 02:47:48 AM
'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.
Title: Re: 'rb' escape sequece
Post by: Michael Greer on December 04, 2024, 08:32:59 AM
Thank you.  I didn't remember that the devices had drivers in dev.  Thought they were in a file like the keyboard config.