Hello
I'm writing my own driver to a new DAQ card that has 8 memory mapped hardware registers. Since each needs different data at different time , i need to write 8 bits data to each register. I tried the IN_port and OUT_port commands , but they only take I32 or I16 data , while i want to read/write I8 data as not to disturb the adjacent registers.
Any help ??
Uri