Search found 1 match

by SyedFahad
12 Jul 2014 12:56
Forum: mikroPascal FAQ
Topic: Receiving sms on SIM module A900, mikroC
Replies: 0
Views: 2417

Receiving sms on SIM module A900, mikroC

Hi, I am using sim module A900 with pic 18f452 and mikroC. I am able to send the sms but didn't know how to receive sms. Please help. This is the part of 'Sending sms' only. Thanks void main() { UART1_Init(9600); UART1_Write_Text("ATE0"); UART1_Write(13); UART1_Write(10); Delay_ms(1500); UART1_Write...

Go to advanced search