User's Manual
BlueRS+ manual 1.07work/09.2003
5. Diagnostic and error messages
40 © Stollmann Entwicklungs- und Vertriebs-GmbH
trcoff stop trace write
trcoff set trace to OFF independent of trace mask
trcclr clear trace buffer
trcclr clear actual trace buffer contents
trcread read trace buffer
trcread Output of the complete trace buffer in hexadecimal chars (ASCII, max.
line length 72 chars).
Every entry of the trace buffer is output using the following format:
Entry number – Timestamp – Type – Length – Databytes
Entry number Sequence number of entry
Timestamp in units of 10 ms
TypeAndSource Source of traceentry:
bit0-7: type from trace mask
bit8-14: source of trace entry:
bit15: 0xxx : incoming event (from Bluetooth link)
8xxx : outgoing event (to Bluetooth link)
“FFFF“ : Reset for firmware
Length Length of following data bytes
Databytes Data bytes; continued lines are indicated by an “>“.
Coding of trace data bytes dependent of TypeAndSource:
0901/8901: Serial line control line change:
bit0 : 1 = DSR is ON
bit1 : 1 = DCD is ON
bit2 : 1 = CTS is ON
bit3 : 1 = RING is ON
bit4 : 1 = RTS is ON
bit5 : 1 = DTR is ON