From: frank m. h. <fm...@st...> - 2002-01-25 15:41:54
|
Ray, The board uses a cb7210.2 chip, which takes up the first 8 io addresses, and for which some docs are available at http://www.measurementcomputing.com/cb7210/ It also uses a cbi488.2 chip for its high-speed mode (it doesn't need to be used for nec7210 compatibility mode), which takes up offsets 8 and 9 from the base address. I have a fax with some cbi488.2 info in it, but haven't converted it to electronic form yet. What version of the driver are you working on? I've made a lot of changes to the cvs and it might not be worth spending much time modifying the older versions. I am rolling support for all the computer boards stuff into the generic nec7210 driver, which is currently working (on and off as I make changes) with my isa pc2a board. I put some support for the computer boards PCI-GPIB but I'm not sure if that's working yet. Frank On Thu, 24 Jan 2002, Raymund Rimando wrote: > Hello Frank, > I was wondering if you could help me. I'm trying to get the > driver working for a CBI-pcmcia card. > > It appears that once I address the board to talk, then issue > a string to write on the bus, I cannot get the board out of > the 'talker' state <address error>. Shouldn't the UNT > character get the device out of the talker state? > > I've tried using ibconf using board and device windows, the > sample programs (modified and unmodified), and different > combinations of control characters. > > Right now I can't even get the *IDN? string from the device. > > I guess I have two requests, first is for any ideas that > might set me straight with regards to the problem, and the > second is to ask you if you have any documentation on how > the CBI card works (register description). > > Thanks for any help you can give, > Regards > Ray > |