Difference between revisions of "Mux instructions"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 4: Line 4:
  
 
For more information go to [[Mux configuration|this page]].  
 
For more information go to [[Mux configuration|this page]].  
 +
 +
Feedback and Contributing
 +
 +
At any point, if you see a mistake you can contribute to this How-To.
  
 
= Edit mux  =
 
= Edit mux  =
Line 16: Line 20:
 
                 default: yes
 
                 default: yes
  
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 11:47, 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

You can test new configuration using this tutorial:

Under construction