Search found 3 matches

by vanne
Tue Sep 18, 2007 6:13 pm
Forum: IO-Warrior English
Topic: perl and IO Warrior 24
Replies: 4
Views: 14242

problem writing to IO Warrior 24

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 ...
by vanne
Wed Aug 22, 2007 5:47 pm
Forum: IO-Warrior English
Topic: perl and IO Warrior 24
Replies: 4
Views: 14242

Okay,

I'll have a look at the iowkit-library then.

Anyone any sample code of using the iowkit library with perl?

Vanne
by vanne
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 ...