Search found 6 matches

by slashj
Tue Feb 17, 2009 2:03 am
Forum: IO-Warrior English
Topic: from iowarrior 24 to 56
Replies: 4
Views: 10382

Re: from iowarrior 24 to 56

Mate, you are a legend.
by slashj
Tue Feb 17, 2009 1:11 am
Forum: IO-Warrior English
Topic: from iowarrior 24 to 56
Replies: 4
Views: 10382

Re: from iowarrior 24 to 56

Cheers mate. 2 more questions 1) do you have an Application Note for iow56 connecting to 32/64 LEDs? or does the same app note as iow24 applies? I am interested in the led power driver chips etc, whether we can use the same ones. 2) While the reporting rate of the iow56 is 1ms, Windows XP have a muc...
by slashj
Mon Feb 16, 2009 3:18 am
Forum: IO-Warrior English
Topic: from iowarrior 24 to 56
Replies: 4
Views: 10382

from iowarrior 24 to 56

G'day, currently we have the IOW24 to drive a series of LEDs, using code i wrote that interface with Matlab. I understand the IOW56 has a 1ms latency period as opposed to the much slower IOW24 and am interested in upgrading. Are the software side of things very similar? I.e., will a great deal of co...
by slashj
Thu Jun 08, 2006 2:57 am
Forum: IO-Warrior English
Topic: iowarrior 24 irregular output rate
Replies: 1
Views: 5899

iowarrior 24 irregular output rate

G'day, I have a 64 led matrix using the iow24 development board and the support chips mentioned in the document. It works fine in terms of setting individual led on and off. However, for my experiment I need to be able to light up the LEDs at a fixed rate and this is proving to be problematic. I am ...
by slashj
Tue Mar 07, 2006 6:31 am
Forum: IO-Warrior English
Topic: Static library link with Matlab
Replies: 2
Views: 6807

The report buffer is only declared as char * (PCHAR). The content is binary data not a string of hex digits. The .lib file is as usual only a stub file to link to the DLL. hi, thanks for the info. turns out the linking error was from Matlab's default compiler. it won't work with iowkit.dll. The err...
by slashj
Fri Mar 03, 2006 7:22 am
Forum: IO-Warrior English
Topic: Static library link with Matlab
Replies: 2
Views: 6807

Static library link with Matlab

G'day I am trying to talk to Iow24 starter kit with Matlab and WinXP. I tried using Matlab's native API to access the iowkit.dll but it seems that functions like IowKitWrite expects the Report values to be in hex. This is problematic as there is no way to simply send a hex string to a DLL in matlab....