Content originally posted in LPCWare by tbelo on Tue Apr 02 02:32:37 MST 2013
Hi,
My project uses LPC1115 and serial GSM module.
Requirements:
UART communication with "AT" commands and response acknowldge,
Need to receive and manipulate GPRS data,
dont use RTOS.
What is recommended for UART communication between MCU and GSM?
Polling
Interrupt TX and/or RX
Circular RX and TX buffer
....
Thanks in advance.
Theodore