Click to See Complete Forum and Search --> : IO settings


James Bond
02-03-2001, 10:49 PM
If a card says that a certain setting is, 330H, does that mean that when setting the hardware up in the conf.modules

0x330, or, does this translate to something else?

thanks
-JB

The King Ant
02-03-2001, 11:21 PM
It's probably 330 Hexadecimal (base 16). Is that the IO address? I'm pretty sure using 0x330 should work. If not, 330h in decimal is 816 binary (3*16^2 + 3*16^1 + 0*16^0)

[ 03 February 2001: Message edited by: The King Ant ]