Difference between revisions of "Mux instructions"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 19: Line 19:
 
                 no: disable ei485, use UART1 as RS232, supported by igep0020
 
                 no: disable ei485, use UART1 as RS232, supported by igep0020
 
                 default: yes
 
                 default: yes
 +
 +
More information about RS485 [[Connectors_Summary#J940_connector|here]] and [http://en.wikipedia.org/wiki/RS-485 here]:
  
 
You can test new configuration using [[How to use UARTs|this tutorial]]:  
 
You can test new configuration using [[How to use UARTs|this tutorial]]:  
  
 
'''Under construction'''
 
'''Under construction'''

Revision as of 12:33, 31 January 2012

Overview

Detailed instructions to configure mux

For more information go to this page.

Feedback and Contributing

At any point, if you see a mistake you can contribute to this How-To.

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

More information about RS485 here and here:

You can test new configuration using this tutorial:

Under construction