Hi, as I can use GPIO (I/O PORT) with CE 6.0. Does it exist some drivers? Thanks Best regards
IO PORT CE 6.0
Did you used the forum search function? http://www.friendlyarm.net/forum/topic/143
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
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
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.
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
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
With thanks to Domodom; http://www.domodom.fr/spip/Writing-a-VB-Net-application-to.html