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 exactly how those things are ...
Search found 4 matches
- Mon Jan 28, 2008 6:06 pm
- Forum: IO-Warrior English
- Topic: Named input/output pins
- Replies: 2
- Views: 9618
- Tue Mar 27, 2007 1:56 pm
- Forum: IO-Warrior English
- Topic: intermittent report latency on IOW24
- Replies: 9
- Views: 18597
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() and still ...
I resolved the issue by adjusting the report frequency, now when I get "idle" reports often, I can set a long timeout on bulkRead() and still ...
- Mon Mar 12, 2007 1:26 pm
- Forum: IO-Warrior English
- Topic: intermittent report latency on IOW24
- Replies: 9
- Views: 18597
- Fri Mar 09, 2007 11:58 am
- Forum: IO-Warrior English
- Topic: intermittent report latency on IOW24
- Replies: 9
- Views: 18597
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 ...