Hey guys... I don't know Obj-C, or Cocoa, so I'm in a bit of trouble here.
My programming experience is limited to C++, and I'd rather not go there. I can fumble my way around C fairly well given the C++ knowledge, however.
A long time ago I wrote an app, for OS9, with very simple functions; 1) to off-hook a modem (AT command 'H1'), 2) hang up a modem (AT command 'H0'), and a third, which automatically answers a call (simply detects a ring, then sends the H1).
The AT commands aren't a problem.
But... I have no idea how to interface them all together. It's very different from using CodeWarrior in OS8 and 9...
If anyone could help, I'd greatly appreciate it... even just a pointer as to what direction to look in; or even if there are libraries in Cocoa with this kind of stuff pre-built, or what.
If an app exists out there that just does that, even that would suffice for what I'm attempting right now; which is really just to see if my aim is possible. If not, then I won't bother going any further; if so, then I'll work on it.
TIA.
[ 05-11-2002: Message edited by: Cipher13 ]