program an EISA card using C language?

sparrow18

Member
Jan 25, 2001
59
0
0
I have an Advantech PCL-818H EISA card which is used for data acquisition.
The data i'm collecting is temperature and I would like to know how c program works in this sort of things.

I only learn the basic of C language and have no idea how it should be initialized for an EISA
 

IaPuP

Golden Member
Mar 3, 2000
1,186
0
0
Well, you have to interface with the drivers for that card.

Ask the company for an API reference. :)

I hope you don't have to write the drivers yourself. :p

Eric