FROM : Jens Bauer
DATE : Mon Sep 30 23:31:57 2002
Hi Ben,
On Mon, 30 Sep, 2002, Ben Mackin <<email_removed>> wrote:
>I am wondering if there is a cocoa call (objective-c not java) to check to
>see if the modem is in use? I tried looking through some of the docs on
>Apple's site, but couldn't seem to find anything.
>
>Would I somehow check /dev/cu.modem, or is there another better way to do
>it.
I'll recommend the MacNetworkProg list for this question, but I'll try
anyway. ;)
-I use ppplib myself, together with MoreSCF and AuthSample
(+QuitSystemPrefs), I wrote a "internet installer" for ISPs.
if you need to dial out and perform various ppp commands, you will need
ppplib. You can get ppplib from Darwin (open source).
There might be several ways that the modem could be in use; one is
ofcourse, if there is an active internet connection.
-Another is if the modem isn't being used for internet connection, but
connecting to another service, such as the Bulletin Board Services from
the "older days". Eg. if a terminal program "reserved" the modem for its use.
In any case, I am positive that you will find ppplib useful.
If you have any further questions, let me know, and I'll try answering
the details. :)
Love,
Jens
--
chmod 077 /
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Mon Sep 30 23:31:57 2002
Hi Ben,
On Mon, 30 Sep, 2002, Ben Mackin <<email_removed>> wrote:
>I am wondering if there is a cocoa call (objective-c not java) to check to
>see if the modem is in use? I tried looking through some of the docs on
>Apple's site, but couldn't seem to find anything.
>
>Would I somehow check /dev/cu.modem, or is there another better way to do
>it.
I'll recommend the MacNetworkProg list for this question, but I'll try
anyway. ;)
-I use ppplib myself, together with MoreSCF and AuthSample
(+QuitSystemPrefs), I wrote a "internet installer" for ISPs.
if you need to dial out and perform various ppp commands, you will need
ppplib. You can get ppplib from Darwin (open source).
There might be several ways that the modem could be in use; one is
ofcourse, if there is an active internet connection.
-Another is if the modem isn't being used for internet connection, but
connecting to another service, such as the Bulletin Board Services from
the "older days". Eg. if a terminal program "reserved" the modem for its use.
In any case, I am positive that you will find ppplib useful.
If you have any further questions, let me know, and I'll try answering
the details. :)
Love,
Jens
--
chmod 077 /
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Ben Mackin | Sep 30, 22:08 | |
| Finlay Dobbie | Sep 30, 23:12 | |
| Jens Bauer | Sep 30, 23:31 |






Cocoa mail archive

