Serial Connection

Hi,

can you told me weather there is existing
a program for working with a serial port?
I am used to work with Minicom, is there
a similar program for QNX?
Is it possible to say a Console (sh) to complete
a enty with tab button?

Thanks, Stephan

ok I found the right program:

$ qtalk -m/dev/ser1 -b115200,8,n,1
Qtalk [4.81]
Using modem /dev/ser1

Modem : /dev/ser1
Local echo : disabled Logging : disabled
Top bit : displayed Xfer protocol : qcp
Command char : 0x01 (^a) Delete char : 0x7f

Copyright 1995-2003 Motorola, Inc. All Rights Reserved.
MPC6XX Lite5200 16MB Firmware v2d.2a.1a (Build 16 on Aug 19 2003
10:54:05)

CPU: MPC5200 v1.2
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00
MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF000000 - FFFFFFFF = 16 MBytes

MBIST: ok

Enter ‘help’ for help.

dBUG>

does anybody know about the completion?

Thanks, Stephan

if you are running esh then completion won’t work.
If you are running ksh, the enter

bind ’ '=complete

(where there is a tab between the quotes)

Cheers,

Colin

sh263 wrote:

ok I found the right program:

$ qtalk -m/dev/ser1 -b115200,8,n,1
Qtalk [4.81]
Using modem /dev/ser1

Modem : /dev/ser1
Local echo : disabled Logging : disabled
Top bit : displayed Xfer protocol : qcp
Command char : 0x01 (^a) Delete char : 0x7f

Copyright 1995-2003 Motorola, Inc. All Rights Reserved.
MPC6XX Lite5200 16MB Firmware v2d.2a.1a (Build 16 on Aug 19 2003
10:54:05)

CPU: MPC5200 v1.2
Clocks: Core=396.00 MHz, SDRAM=132.00 MHz, IPBI=132.00 MHz, PCI=33.00
MHz
SDRAM: 00000000 - 03FFFFFF = 64 MBytes SDR
Flash: FF000000 - FFFFFFFF = 16 MBytes

MBIST: ok

Enter ‘help’ for help.

dBUG

does anybody know about the completion?

Thanks, Stephan


cburgess@qnx.com

Colin Burgess <cburgess@qnx.com> wrote:

if you are running esh then completion won’t work.
If you are running ksh, the enter

bind ’ '=complete

(where there is a tab between the quotes)

And if you don’t do this, the default “complete” with ksh is
.

-David

David Gibbs
QNX Training Services
dagibbs@qnx.com

hi, thanks for the tip. regards stephan