sample I/O & I2C use , in vb.net

z8671
This work is based on the CFIO.DLL library and two classes created by
Nicolas Gomez.
I add all the I2C management and Buzzer.
-This fact in VS2008 and use the MicroFramework v2.0
-Was tested in a Mini2440SDK board

* The CFIO.DLL contains only one method that allows us to write directly on
the registers of the microcontroller.
* S3C2440.vb file contains a simple method to access the records of micro
(some who will use and other more)
* Mini2440.vb file contains methods to initialize, read and write to the
I2C and other devices mini2440
* In Form1.vb file, are examples of classes use.

In this examples, turned on and off the LEDs, buzzer and write and read
24C080 I2C memory

The resulting EXE file and CFIO.DLL must be copied together mini2440
memory, eg. in the TEMP\ directory

Perhaps this example could be helpfull to someone.
Best regards,
z8671

Z8671
Attachment: Mini2440_I2C_Test3.zip (71.34 KB)
oopss!
Attach Now.

dezso
This is for WinCE 5 ?

z8672
yes, it was tested in ce5.
 It may work in ce6, that does not use the operating system to work.
 It was compiled with framework 2.0, maybe it should have to see
Next week, I test in ce6 and framework 3.5

VIkram
Hi it do not work on WinCE 6.0.
I have installed Win CE 6.0 available on Thai Electronics website.
Any help appreciated on the same.

Thanks in advance.

Jorge Moreno
Good Day, 

This program works for Windows CE 6?
The framework is installed?
this program works too for mini6410 board?

thank you very much

Ferite
If the driver writes directly on the microcontroller registers, It wont
work on WinCE 6.

mesut
Hi Z8672 ,
I tried on wince6.0 operating system but it does'nt work , 
i have a application error , please help me

best regards

mesut.

z8672
unfortunately, is only to win ce5.
 To win CE6, you should use the examples given by domodom:

http://www.domodom.fr/spip/A-GPIO-driver-for-mini2440.html

Best regards.