i try interfacing GSM module connect with SK40c using PIC 16F877A by UART.
MAX 232 is connected between the PIC and GSM module.
the baud rate been set to 115200.
when i sending out 'at' from PIC,no reply back from GSM module as i am expected will receiving 'ok' as reply...
To verify whether the UART connection is ok, i change the baud rate to 9600 and connect it with RFID reader and it is function...
is it bacause of the other pin that are needed for serrial port like DTS, CTS, etc??
If it is, then how to solve it because PIC doesn't have the pin provided??
do i need to write software to solve it??
any clue??