Hi,
in my system with pic18f2620 (20Mhz) I must transfer serial data from serial camera to gprs modem. The camera send data with packets of 61434 bytes at 115200 baud.
My problem is to buffer data in array example .... data var byte[xxxx]
because the array is too big for a pic memory
When I receive datas in a buffer I can send it to gprs module (115200 baud)
Can someone help me to suggest an other solution to store and send?
Thankyou
Roberto
Bookmarks