Hi Guido, Hi All,
Is there any new information about the bug fix? Are you definitely sure that the problem does come from the chip ?
thanks in advance !
Ligang
Search found 10 matches
- Thu May 24, 2007 5:19 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Thu Apr 26, 2007 3:07 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
Buy a USB PCI card. Almost all have OHCI host controllers. The problem seems to only surface on UHCI host controllers.
If you decide to buy such a card then insist on one with NEC chip. http://www.usbman.com recommends them.
If this PCI card is used, how about the SW complexity to control the SPI ...
If you decide to buy such a card then insist on one with NEC chip. http://www.usbman.com recommends them.
If this PCI card is used, how about the SW complexity to control the SPI ...
- Thu Apr 26, 2007 11:45 am
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Fri Apr 20, 2007 2:59 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Fri Apr 20, 2007 9:23 am
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Wed Apr 18, 2007 10:24 am
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
Hi Eberhard,
finally I found there is really a 500 ms timeout configuration, which is set somewhere else as my SPITransfer() function by another colleague in team. And the error code (1460) returned from GetLastError (as you recommended in your last post) is also timeout error. Sorry for my false ...
finally I found there is really a 500 ms timeout configuration, which is set somewhere else as my SPITransfer() function by another colleague in team. And the error code (1460) returned from GetLastError (as you recommended in your last post) is also timeout error. Sorry for my false ...
- Tue Apr 17, 2007 5:03 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Thu Apr 12, 2007 12:53 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Tue Mar 20, 2007 3:43 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
- Thu Mar 15, 2007 7:54 pm
- Forum: IO-Warrior English
- Topic: IOW56 SPI transmission: not all bytes are read
- Replies: 40
- Views: 75512
IOW56 SPI transmission: not all bytes are read
Hi,
I am using IOW56 SPI to transmit data. Sometimes not all bytes are read during the transmission. This information is returned from IowKitRead(). The GetLastError() returns sometimes 0 and sometimes 5. What does it mean ? Has anyone the similar situation ?
By the way I use Python script to ...
I am using IOW56 SPI to transmit data. Sometimes not all bytes are read during the transmission. This information is returned from IowKitRead(). The GetLastError() returns sometimes 0 and sometimes 5. What does it mean ? Has anyone the similar situation ?
By the way I use Python script to ...