IO PORT CE 6.0

Nack
Hi,  
  
as I can use GPIO (I/O PORT) with CE 6.0. Does it exist some drivers?  
  
Thanks  
  
Best regards

Edje11
Did you used the forum search function?
http://www.friendlyarm.net/forum/topic/143

nack
Thanks  
  
Best regards

nack
Hi,  
  
I thank you for the answer, but since I am not very good with c++ net, I
use vb net smart device, you don't know where I can unload I2CDLL already
compiled.  
  
Thanks  
  
Best regards

Andreas
http://www.friendlyarm.net/forum/topic/848

nack
Hi,  
  
thanks for the answer but OpenNETCF_S3C2440.IO n on works with ce 6.0. My
problem is to use the  gpio port  with ce 6.0. with ce 5.0 don't have
problems !  
  
  
Regards

andrés barré
Windows CE 6.0 has a different security model and VirtualAlloc to a
physical address is no longer allowed.  Since this is what the
PhysicalAddressPointer class relies on to work, it causes the class to
fail.  The only workaround is to create an actual driver for the device
that exposes a method to do the memory-mapping for you.

alex
Hi Nack,

I am developing in VB 2008 and have the same problem, please add my mail to
msn so we can help each other!
alex_houben AT hotmail dot com

Alex

Nack
Hi Alex  
  
following the present posts on the forum I am trying to write a driver for
the management of the doors I/O, as soon as my tests will give result ok I
send you the driver.  
  
regards   
  
Nack

alex
@ Nack thanks in advance! It will help me a lot!!!!!!

Lars Thörnqvist
Best Nack,

Please send it to me as well if ok.

lt20@hotmail.com

Many thanks in advance.

// Lars

Edje11
With thanks to Domodom;
http://www.domodom.fr/spip/Writing-a-VB-Net-application-to.html

Cecep Sujana
Is there someone who know to access GPIO Mini 2451 via visual basic

Nitin
Hi,
Please help me to read button state using .Net ( VB or C# ) VS2008