Frank,

Could I just use hidraw to write and read packets from the pokeys? 

My thought is that I could write a hal comp to write a command packet to the 
pokeys. The pokeys would process the packet and send the resulting response 
back. From there i/o data can be mapped to hal pins and all should be fine. 

This method would result in requiring a fixed pokeys config and hal comp. But 
could be easily changed to suit the users desired configuration.

I am not suggesting its a perfect solution but I gets me access to whatever I 
want in the device.
Sent on the TELUS Mobility network with BlackBerry

-----Original Message-----
From: "Frank Tkalcevic" <fr...@franksworkshop.com.au>
Date: Thu, 24 Feb 2011 17:21:03 
To: 'Enhanced Machine Controller \(EMC\)'<emc-users@lists.sourceforge.net>
Reply-To: "Enhanced Machine Controller \(EMC\)"
        <emc-users@lists.sourceforge.net>
Subject: Re: [Emc-users] Guidance on usb comp

> The PoKeys55 docs claim that the device implements a standard USB HID
> keyboard and joystick.  Based on that, I'd expect it to just work with
> hal_input.  Is that not the case?

You are correct.  It doesn't use the HID Descriptor reports, so generic
software can't query the device for its capabilities or message formats.
Their messaging is specified in their document, but needs to be code
specifically.

The pokeys makers approached me to add support for it to hidcomp, but given
how little spare time I have, it was too much work.




------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to