ISDN Card connected to PC104

We are developping an ISDN card connected to PC104, we want to write the
driver in Neutrino RTP.
We found that the key question is how to connect PPP protocol with ISDN card
driver. In Neutrino, we can use the executed program “pppd” to connect PPP
protocol with Modem. Is there the same method to deal with ISDN card driver?
What should we do for that?

jigang
jigang@jinglun.com.cn

You have two choices. You can make the ISDN card look like a NIC,
in which case this is the correct forum in which to seek advice, or
you can simply use the standard resource manager library, and support
all of the modem ioctls, and then run ppp, as you suggest.

-----Original Message-----
From: jigang [mailto:jigang@jinglun.com.cn]
Posted At: Wednesday, February 21, 2001 7:40 PM
Posted To: network
Conversation: ISDN Card connected to PC104
Subject: ISDN Card connected to PC104


We are developping an ISDN card connected to PC104, we want to write the
driver in Neutrino RTP.
We found that the key question is how to connect PPP protocol with ISDN
card
driver. In Neutrino, we can use the executed program “pppd” to connect
PPP
protocol with Modem. Is there the same method to deal with ISDN card
driver?
What should we do for that?

jigang
jigang@jinglun.com.cn