I2C on Mini6410 in WINCE

Fraser
Hello,

I am trying to access the I2C function on my mini6410 board in WindowsCE6.

I have picked through DOMODOMs great page on how to do it with mini2440.

The 6410 has a different stream interface DLL. I think I ported DOMODOMs
code perfectly but am having problems:

The I2C DLL times out on me when I try and read or write. But if I set my
test application to autostart after bootup then it seem to write to the bus
for a few seconds, and then fails. If I restart the app it just fails. So
it seems to work just after bootup (before other service starts?).

Anyway has anyone had success talking to the I2C EEPROM on Mini6410, if so
I would be happy for a few clues. If I can get it working then I will
upload a threadsafe C++ wrapper for I2C on Mini6410.

Fraser.

Fraser
Anyone got example code for reading/writing the I2C EEPROM incuded on the
Mini6410 board, I would really appreciate it!

lintao
用C#写的代码例子

arnold braun
Hello, 
do you have a sample for i2c and tiny or mini 6410 and wince

liuchunying
I am trying to access the I2C function on my mini6410 board in WindowsCE6.

I have the same probl  as you,have you solve it?