I am working on a java application that requires access to GPRS.
Preferably the app would run on the module itself, so is there a way of sending AT commands from java to the module?
if not, how can i dialup to the GPRS network, or would I have to use some sort of serial port loop..?