|
Subject:
|
Direct I/O read/write
|
|
Posted By:
|
pakman
|
Post Date:
|
9/10/2006 2:23:27 PM
|
Is there a means within VB to read/write direct to hardware I/O addresses? The equivalent of IN/OUT commands within assembler?
|
|
Reply By:
|
BrianWren
|
Reply Date:
|
9/13/2006 3:27:30 PM
|
Well, this is really not the Windows way. In Windows, the OS "owns" all I/O, and access is through drivers. What I/O is it that you wanto to have such intimate contact with?
|