I have been using Quick Basic to send commands to controller boards that I have installed in my PC. A typical Quick Basic command might be: Out &H3BC, 255. You probably know that this "Out" command writes the binary equivalent of "255" at memory address &H3BC.

Does anyone know an equivalent command in Visual Basic?

Edited by Greb1 on 02-27-2000 at 08:22 PM