Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring ni Serial 8430/4 on Ubuntu 13.04

I need to configure 8430/4 serial card on Ubuntu 13.04. The problem is 'lspci -vvv' command isn't displaying the I/O port assigned to the serial ports on the card. Here is the output of setserial -gv /dev/ttyS* command:

 

/dev/ttyS4, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS5, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS6, UART: 16950/954, Port: 0x0000, IRQ: 19
/dev/ttyS7, UART: 16950/954, Port: 0x0000, IRQ: 19

 

How do I configure the ports ?

0 Kudos
Message 1 of 2
(3,628 Views)

These are memory-mapped ports, so there is no I/O address associated with them. You shouldn't need to access the UART directly in order to configure the port. What exactly are you trying to do?

 

-Jason S.

0 Kudos
Message 2 of 2
(3,610 Views)