Reference
Components
HID
Description
The HID component allows you to connect to any HID device that is attached to your PC.
The three String Array outputs (Devs, Mfrs and Conns) will give you the device names, manufacturers and connection strings respectively for
each device that you have connected.
Once you have identified the device from these lists, note down its position and this is the index that you should use at the Idx input.
Trigger the Start input to connect to the device. The On output will tell you whether connection has been established or not.
Data is sent as a hex string which can be a maximum of 64 bytes so that's 128 characters. Attach a string of hex to the Data input and then
trigger the Send input to send the data.
Any data received back from the device will arrive at the In output.
To finish and close communications, trigger the Close input.
Connectors
Inputs Type Outputs Type
Index of the device you want
to connect to as it appears in
the device lists.
Int Whether a connection
has been established
Boolean
Trigger to start
communications
Trigger
The names of each
connected device
String Array
Trigger to stop
communications
Trigger
The manufacturers of
each connected device
String Array
150 of 494