FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » reading from HID keyboard
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: reading from HID keyboard [message #180509 is a reply to message #180503] Fri, 22 February 2013 20:45 Go to previous messageGo to previous message
Anders Wegge Keller is currently offline  Anders Wegge Keller
Messages: 30
Registered: May 2012
Karma:
Member
ben(at)bbarker(dot)co(dot)uk writes:

> Hi,
> I have a device that appears to my machine as a HID keyboard (though actually it is an RFID reader)
>
> I can read from it locally in php by using fopen("php://stdin",r)
>
> The problem is if I shell into this machine via ssh, then stdin comes from the remote keyboard, not from the local HID device, and the above does not return any data.
>
> I can read from /dev/input/by-id/<my device>
>
> But this returns a very large number of bytes that it is not immediately obvious how to decode
>
> Can anyone suggest a way forward here?

It's hard to say without further information, but hazarding a guess,
you are reading raw keyboard scan codes in the latter case. If I was
in your situation, I'd look at the documentation for the device in
question, and take it from there. If your documentation is lacking,
try to look at the table of PS2 scan codes, and see if they match up
with your input.

http://www.computer-engineering.org/ps2keyboard/scancodes2.html

--
/Wegge

Leder efter redundant peering af dk.*,linux.debian.*
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: utf8_encode(utf8_decode(string)) doesn't return same string
Next Topic: Re: Where to Find Pipe Information?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Nov 27 04:52:03 GMT 2024

Total time taken to generate the page: 0.04077 seconds