vote up 0 vote down star

can I use the Blackberry as a GSM modem from an application running on the blackberry itself. I know it's possible to use the blackberry as a GSM modem from a PC.

flag
I don't get why you would want to do this. Just open a socket or http connection to the service your application needs to communicate with. If you want to use the same data path as you would tethered, specify deviceSide=true and the APN settings. – Richard Jun 22 at 17:44
1  
Perhaps he wants to call a modem on the other end? – MikeyB Jun 23 at 2:30
yes I want to make a call to a device on the other end and transfer series of packets of data. – Amudhan Jun 23 at 5:05
A "GSM modem" isn't really ad Modem in that it doesn't modulate data onto an analog signal. It is a misnomer arising from that fact that it behaves like a modem from the point of view of a computer connected by a serial port (or a pseudo serial port on a USB connection). That allows the computer to use existing interface software to establish a PPP connection to the Internet using the wireless carrier's APN. – Richard Jul 4 at 17:01

1 Answer

vote up 0 vote down

no way to do it right now.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.