Is it possible send a signal to usb port?

Asked by Leonardo Carvalho Sobral dos Santos

Hi,

I'm working in a project that will be necessary send a usb signal after the end of test cycle. Is it could be done?
For example:

If exists (IMAGE):
    send usb signal X

else:
   send usb signal y

Thank you

Leonardo Sobral

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Leonardo Carvalho Sobral dos Santos
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

you have to either look for a library in Python, that can be used in the Jython environment (probability low I doubt).

Or some Java library, that you could seamlessly use in the scripting environment.

e.g. google: java usb communication

Revision history for this message
Leonardo Carvalho Sobral dos Santos (leonardocsobral) said :
#2

Thank you, RaiMan!