[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
endianess
From: |
roddi |
Subject: |
endianess |
Date: |
Fri, 2 Aug 2002 20:33:46 +0200 |
Hi,
as you might remember, I am porting gnokii to MacOS X. I finally got a
clean build. When I run (for example) gnokii --identify with the DEBUG
macro set I get the output attached to the end of this mail.
Can someone comment on it?
Can this be a endianess problem?
Roddi
[localhost:CVS_DIR/gnocci/build] roddi% ./gnocci --identify
GNOKII Version 0.4.0
Opened configuration file /Users/roddi/.gnokiirc
Added new section global
Adding key/value port//dev/cu.IrDA-IrCOMMch-b
Adding key/value model/6210
Adding key/value initlength/default
Adding key/value connection/serial
Adding key/value bindir//usr/local/sbin/
Adding key/value use_locking/no
Adding key/value serial_baudrate/19200
Adding key/value require_dcd/1
Added new section connect_script
Adding key/value TELEPHONE/12345678
Added new section disconnect_script
Added new section sms
Adding key/value timeout/10
Connecting
Serial device: opening device /dev/cu.IrDA-IrCOMMch-b
Serial device: setting speed to 115200
Serial device: setting RTS to low and DTR to low
Getting model...
Message sent: 0x1b / 0x0006
00 01 00 03 01 32 | 2
SM_Block Retry - 0
Message sent: 0x1b / 0x0006
00 01 00 03 01 32 | 2
The fbus stream is out of sync - expected 0x0c, got 0
SM_Block Retry - 1
Message sent: 0x1b / 0x0006
00 01 00 03 01 32 | 2
The fbus stream is out of sync - expected 0x0c, got 0
SM_Block Retry - 2
Serial device: opening device /dev/cu.IrDA-IrCOMMch-b
Serial device: setting speed to 115200
Serial device: setting RTS to low and DTR to high
Getting model...
Message sent: 0x1b / 0x0006
00 01 00 03 01 32 | 2
SM_Block Retry - 0
Message sent: 0x1b / 0x0006
00 01 00 03 01 32 | 2
The fbus stream is out of sync - expected 0x0c, got 0
SM_Block Retry - 1
... and so on ...