Search found 4 matches

by dimaq
Mon Jan 28, 2008 6:06 pm
Forum: IO-Warrior English
Topic: Named input/output pins
Replies: 2
Views: 8890

Named input/output pins

Hi, I was wondering if it was possible to assign names to given io pins? Say if I wire up an iow chip to a few pushbuttons and a led, I'd like to see words "power", "reset", "turbo" somewhere in usb stuff, so that some program that uses the device does not need to know ...
by dimaq
Tue Mar 27, 2007 1:56 pm
Forum: IO-Warrior English
Topic: intermittent report latency on IOW24
Replies: 9
Views: 16828

Solved!

Sorry for ms confusion - my events are normally 70ms long and I managed losing those. I don't really care about pulse length, I only need to count the pulses I resolved the issue by adjusting the report frequency, now when I get "idle" reports often, I can set a long timeout on bulkRead() ...
by dimaq
Mon Mar 12, 2007 1:26 pm
Forum: IO-Warrior English
Topic: intermittent report latency on IOW24
Replies: 9
Views: 16828

Thanks for all the useful reponses. I narrowed the problem down to timeout set on DeviceHandle.interruptRead() (python wrapper on libusb): if I set a large timeout, I get all the events - I could test down to 3ms pulse. However if I set a short timeout - 10ms or shorter - it start losing reports, ab...
by dimaq
Fri Mar 09, 2007 11:58 am
Forum: IO-Warrior English
Topic: intermittent report latency on IOW24
Replies: 9
Views: 16828

intermittent report latency on IOW24

Hi, I'm trying to use IOW24 to monitor some real-life events. I'm using a photo interrupter plus inverting buffer that feeds the signal to a pin on port1. I run linux and use python + libusb to read the reports IOW24 generates in the interrupt queue. Basically my code waits for interrupt transaction...