Thanks a lot for that Ben. Great stuff!

John

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Ben Taylor
>Sent: Tuesday, January 13, 2004 1:28 PM
>To: NZ Borland Developers Group - Delphi List
>Subject: Re: [DUG] AT command
>
>
>try the synaser components from:
>http://www.ararat.cz/synapse/
>
>then it's something like:
>
> FbtClient:=TBlockSerial.Create;
> FbtClient.Connect('com1');
> FbtClient.Config(19200,8,'N',SB1,False,True);
> FbtClient.AtTimeout:=2000;
> aStr:=FbtClient.ATCommand('atm1');
>
>it uses synchronous calls, so depending on your application you 
>may need to use it
>from a thread..
>
>> Is there a simple way of sending an AT command to my build-in 
>modem without
>> having to buy any dedicated component or software? (However a 
>free component
>> is OK).
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
>http://hotjobs.sweepstakes.yahoo.com/signingbonus
>_______________________________________________
>Delphi mailing list
>[EMAIL PROTECTED]
>http://ns3.123.co.nz/mailman/listinfo/delphi
>
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to