Hi,
I got a bit further with this.
I can read that i want to read but i cant write ti the io warrior :(
I don't use the kernel module or iowkit lib, but i use the parl libusb wrapper.
Here is how i read:
#!/usr/bin/perl
use Device::USB;
my $IOW_VENDOR = 0x07c0;
my $IOW_PRODUCT = 0x1501;
my ...
Search found 3 matches
- Tue Sep 18, 2007 6:13 pm
- Forum: IO-Warrior English
- Topic: perl and IO Warrior 24
- Replies: 4
- Views: 14242
- Wed Aug 22, 2007 5:47 pm
- Forum: IO-Warrior English
- Topic: perl and IO Warrior 24
- Replies: 4
- Views: 14242
- Wed Aug 22, 2007 1:49 pm
- Forum: IO-Warrior English
- Topic: perl and IO Warrior 24
- Replies: 4
- Views: 14242
perl and IO Warrior 24
Hi all,
I'm writing a perl daemon that needs to access a IO Warrior 24. I'm stuck there as i don't know the USB protocol....
The Device::USB and accompaining modules are installed and working correctly. I can do things like the example in the Device::USB docs, meaning print $dev->manufacturer and ...
I'm writing a perl daemon that needs to access a IO Warrior 24. I'm stuck there as i don't know the USB protocol....
The Device::USB and accompaining modules are installed and working correctly. I can do things like the example in the Device::USB docs, meaning print $dev->manufacturer and ...