Low level Memory access in VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a device located at address 300 - 312. I need to write to those
locations to operate it. In Linux C I would use the outb command to
accomplish this. Is there an equivilent way to do this under VB.Net?
 
Don't even think of it :D
no way under managed code unless you created a DLL with required
functionality and called its methods to accomplish the task
 
Back
Top