Re: Internal Modem
Re: Internal Modem
- Subject: Re: Internal Modem
- From: Roger Smith <email@hidden>
- Date: Mon, 26 Nov 2001 15:19:52 -0800
The Apple internal modem responds to traditional AT commands,
Normally there's a document on your hard drive called AT
Commands.pdf if you have a factory fresh install. This lists the AT
Commands the current modem supports.
Using the serialport example, you can cause the modem to dial by
sending a string such as "ATDT 5551212\r" If you are intending to
kick off PPP then you would be interacting through the socket api's
and the act of creating and opening a socket would cause ppp to
initiate a connection to the Internet.
Roger
At 4:06 PM +0100 11/26/01, Stiphane Sudre wrote:
Le lundi 26 novembre 2001, ` 01:30 , Ingvar Nedrebo a icrit :
On Saturday, November 24, 2001, at 12:52 pm, Gerriet M. Denkmann wrote:
I would like to write a small App, which dials a number on the internal
modem (G4 cube, OS X 10.1.1.)
But I cannot find any documentation about the commands this modem
understands.
Is there any example code using the modem available?
--