Nead to send ANSI string to Dictaphone

Pardon the question but I am new to QNX

Need to send ANSI string through /dev/ser1. The string will be used to test
a Dictaphone connection.

KRE Ctl J and KRE Ctl J. This command will turn Dictaphone on/off.

I have tried Qtalk but this just brings up strange characters on
HyperTerminal. Any suggestions how I may communicate with the Dictaphone
equipment

I apologize for sending this to both the qdn.public.qnx and
qdn.public.qnxrealtimeplatform groups.

Thank You
Dennis

echo KRE > /dev/ser1
Note: echo sends a line feed. If your stty settings for /dev/ser1 have
opost turned on, this will be changed to a .

Dennis Rose wrote:

Pardon the question but I am new to QNX

Need to send ANSI string through /dev/ser1. The string will be used to test
a Dictaphone connection.

KRE Ctl J and KRE Ctl J. This command will turn Dictaphone on/off.

I have tried Qtalk but this just brings up strange characters on
HyperTerminal. Any suggestions how I may communicate with the Dictaphone
equipment

I apologize for sending this to both the qdn.public.qnx and
qdn.public.qnxrealtimeplatform groups.

Thank You
Dennis