Search found 8 matches

by pawow
Tue Oct 12, 2010 7:40 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

Anyway, The XDIMAX Sample VB.NET Programs is not properly work..... I think .... kind of bug... of DLL. 4 or 5 bytes read is good, but 8bytes read, 16bytes read, 32 bytes read is not work. (I have many EEPROM. 1kbit, 2kbit, 4kbit, 8kbit, 16kbit, 32kbit, 64kbit, 128kbit, 256kbit, 512kbit and 1Mbit) I...
by pawow
Tue Oct 12, 2010 7:27 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

My EEPROM's Exact Part Number is M24C02-WDW6TP.
by pawow
Tue Oct 12, 2010 5:13 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

I think you may read old old old.... very old datasheet.

Humm HaHAHAHA~!

Please tell me Excellent Solution...... please....
by pawow
Tue Oct 12, 2010 5:04 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

Sorry.... ST is not use word "MULTIBYTE" ST is use word "PAGE Write" okay? ST M24C02 DataSheet's URL is http://www.st.com/stonline/products/literature/ds/5067/m24c02-w.pdf Below PIC is some parts of Datasheet. http://i1188.photobucket.com/albums/z409/pawow7/M24C02_0.jpg?t=1286859695 Page Write Funct...
by pawow
Tue Oct 12, 2010 2:02 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

I try another test. Updated SUB-20 tool have I2C Mode and PROGRAMMER Mode. Below PIC is SUB-20 I2C Mode Operation. It is not work. http://i1188.photobucket.com/albums/z409/pawow7/SUB20_ERROR_BURST_4.jpg?t=1286848904 Below PIC is SUB-20 PROGRAMMER Mode Operation. It is Good Work. Unbelievable~~~~! ht...
by pawow
Tue Oct 12, 2010 1:20 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Re: Burst Read Mode is Not working - I2C

Okay i read the 16bytes, but read data is not correct. i write ... 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff but i read only 5 or 6bytes .... 00 11 22 33 44 55 the "ff ff ff ff .... " is not read data.... refer to next image http://i1188.photobucket.com/albums/z409/pawow7/SUB20_ERROR_BURST_WRI...
by pawow
Mon Oct 11, 2010 5:44 am
Forum: SUB-20 General Discussion
Topic: Burst Read Mode is Not working - I2C
Replies: 10
Views: 39666

Burst Read Mode is Not working - I2C

XDIMAX is not working at I2C EEPROM Burst Read mode.

My XDIMAX's Firmware is v0.2.8.(Recently Update)

It was read only 5 bytes.

I used Visual Basic 2010.

Please tell me.... why?

Image
by pawow
Fri Jun 04, 2010 4:52 am
Forum: SUB-20 General Discussion
Topic: I think XDIMAX SUB-20 VB.NET I2C Libary have a Big Bug.
Replies: 1
Views: 9644

I think XDIMAX SUB-20 VB.NET I2C Libary have a Big Bug.

I think XDIMAX SUB-20 VB.NET I2C Libary have a Big Bug. I'm compared Subtool(v1.6.4) with VB.NET Example Project(included with driver). Subtool is Good work, but VB.NET Example Project is not good... because meaningless extra 8bit clock tansmit. I try test 2 condition. 1st : 3bytes TX 2nd : 1byte TX...