Difference between revisions of "Mux instructions"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 15: Line 15:
 
                 no: disable ei485, use UART1 as RS232, supported by igep0020
 
                 no: disable ei485, use UART1 as RS232, supported by igep0020
 
                 default: yes
 
                 default: yes
 +
 +
You can test new configuration using [[How_to_use_UARTs|this tutorial]]:
  
 
'''Under construction'''
 
'''Under construction'''

Revision as of 17:33, 30 January 2012

Overview

Detailed instructions to configure mux

For more information go to this page.

Edit mux

UART1 in J990

Use ebuddies to configure UART1 in J990, go to igep.ini:

 board.ei485=  [yes, no]
               Format: <string>
               no: disable ei485, use UART1 as RS232, supported by igep0020
               default: yes

You can test new configuration using this tutorial:

Under construction