← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #687178]: is it possible to implement usb HID from sikuli source code? if possible how?

 

Question #687178 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687178

    Status: Needs information => Answered

RaiMan proposed the following answer:
ok, very nice :-)

... but the device itself runs as a keyboard/mouse device, that can be
controlled via a client(PC)/server(R-Pi) in this example using a Python
script, that writes to some /dev.... target.

You might try to do the same Python scripting in SikuliX Jython, but it
might not work due to the Java implementation of Jython, that does not
allow, to directly access C-based stuff (native libraries) like real
Python can do.

As such SikuliX is only Python compatible on the language level and
restricted to level 2.7.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.