I want to use UART2 of my beagleboard-xm for serial cummunication.
I have ported linux (2.6.37) with angstrom.
By default the UART3 is configured as debug port(it sends kernel outputs on uart3). I can see that on hyper terminal at boot time.
It loads /dev/ttyO2 when i write to this port it have been susefully transmitted over it, I can see that on hyper terminal.
But i want seperate port, i found that UART2 pins are available on expantion port (J3). So i want to use it in my application.
Anyone have an idea about it?
and what will be maximun speed for this port?
Nilesh Mane