InPort and OutPort

  • Thread starter Thread starter Ken Beauchesne
  • Start date Start date
K

Ken Beauchesne

Is there a means to or a 3rd party control to access
I/O ports in CF like Inp and Outp. I have an app that
needs to set relays.

TIA
Ken
 
The only way that comes to mind is to write a C/C++ DLL with exported
functions for that and to P/Invoke them from C# or VB.NET.

Paul T.
 
Back
Top