sandeep_emb_linux
Newbie level 3

I have pxa255 arm target board with linux on flash and built on GPS Receiver and GPRS modem. I want to write a program which will read the NMEA string from GPS receiver serial port and send it to the server via gprs modem through internet.
I did the first part of reading the NMEA string, extractting the values.
Now how do I send the gprs packet. Here I think I will have to use socket programming. But how do i write it?
I did the first part of reading the NMEA string, extractting the values.
Now how do I send the gprs packet. Here I think I will have to use socket programming. But how do i write it?