GPIO ports

  • Thread starter Thread starter hakan aktan
  • Start date Start date
H

hakan aktan

i have a panel pc and it has Win CE 4.2 OS on it. I need to send data from
GPIO ports . I found stg. about VirtualCopy and VirtualAlloc but not so
clear how to do that. I am using VB.NET on Compact Framework 1.0 while
coding. Would someone give me some source or advice about this?

Thanx in advance
 
You know the physical address of the GPIOs? My blog entry (which you've
found) should work (though without the physical hardware on my end there's
no way for me to verify that). I'd recommend starting by putting it in a C#
project, generating a DLL and calling that to see what happens.

-Chris
 
Back
Top