I am trying to interface GSM module with my AM1808 processor.
I am using gcc compiler as well as UBUNTU 10.04 Lucid.
I have configured the TXD and RXD pins of UART0 but i can not access the RTS and CTS pins properly.
Actually i need to check the RTS and CTS line for proper communication.
So I need to access this pins from the User Application.
How can I do this?