To send picture by GPRS it must be encoded ..
Base 64 is the simplest but is wasteful on data alternatively encode each byte as 2 x hex asc II characters
i.e
byte 00111101 send as 3 the hex of 0011 and E the hex of 1101..
To send picture by GPRS it must be encoded ..
Base 64 is the simplest but is wasteful on data alternatively encode each byte as 2 x hex asc II characters
i.e
byte 00111101 send as 3 the hex of 0011 and E the hex of 1101..