devc-serlinflexd

QNX Board Support Packages8.0BSP User's GuideNXP S32G399 RDB3NXPNXPARM

Serial driver for the SoCs with LinFlexD.

Syntax:

devc-serlinflexd [option][port,[irq]

Runs on:

QNX OS

Options:

In addition to the devc_ser* options described in the QNX OS Utilities Reference, this driver supports these additional options:
-b number
Define initial baudrate The default is 115200.
-C number
Size of canonical input buffer. The default is 256.
-c clk
Set the input clock rate in Hertz (Hz). The default is 96000000.
-E
Set options to "raw" mode (default).
-e
Set options to "edit" mode.
-F number
Disable hardware flow control.
-f number
Enable hardware flow control(default).
-I number
Size of raw input buffer (default 2048).
-i 0|1
Interrupt mode (0 = event, 1 = isr) (default = 1).
-m 0|1
Buffer mode( 0 = buffer mode, 1 = FIFO mode) (default = 1)
-O number
Size of output buffer (default 2048)
-S
Disable software flow control (default)
-s
Enable software flow control
-T number
Set the number of characters to send to transmit to FIFO (2 - 32). The default is 32.
-t number
Set the receive FIFO trigger level (0 - 32). The default is 24.
-u unit
Set serial unit number (default 1)
port
The hex I/O address of the serial port.
irq
The interrupt used by this port; specified in hex if prefixed with 0x, otherwise it's decimal.

Example:

Disable hardware flow control, software flow control, enable edited mode for the board:
devc-serlinflexd -e -F -S -c66666667 0x40053000,91
Page updated: