On Fri, Mar 05, 1999 at 03:36:18PM +0100, Georg Zetzsche wrote:
> How can I acces my modem with a C program?
> I read the Linux-Programmer's guide, but i didn't
> find anything i could understand.
Because for Linux a standard modem is nothing but a device attached to a
serial line. Check out the documentation about how to program serial
devices, probably /dev/ttyS<some-number> in your case. The programming
model is fairly compact but has everything you need including how to deal
with carriers, slip, ppp etc.
Ralf