Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2 EXPANSION

387 bytes added, 18:02, 10 September 2012
m
How to use serial console
== How to use serial console ==
[[Image:Igepv2expdb9connector.PNG|right|200px]] IGEPv2 Expansion integrates a DB9 RS232 connector. Now This UART is shared with RS485 so it's incompatible use both interfaces at the same time. For that reason to use UART1 for RS232 comunications you should disable RS485 interface. You can do this [[How_do_I_edit_my_kernel_command_line | adding following kernel cmdline parameter]].  board.ei485=no You need a Null-Modem DB9 male-make serial cable. Connect the cable between the target board and your PC.  Open the serial port on your PC using your preferred serial communications program (minicom) and configure the port as follows:
* 115200
* no flow control (either software or hardware)
Open On the target board open a serial port and the debug shell prompt should appear. A detailed guide on how to connect via serial debug port can be found by following this linkas follows: [[Using serial debug port to communicate]]
$ microcom -s 115200 /dev/ttyS0
Now when you write a character in you PC serial port, the character should appear in the target board.
A detailed guide on how use UARTS can be found by following this link: [[How to use UARTs]]
== How to use Telit Modem ==
4,199
edits