22#define CONTACTGLOVE2_VID 0x10c4
23#define CONTACTGLOVE2_PID 0x6b27
27 CONTACTGLOVE_TYPE_CONTACTGLOVE1,
28 CONTACTGLOVE_TYPE_CONTACTGLOVE2,
31#define CONTACTGLOVE2_SERIAL_PARAMETERS \
32 XRT_C11_COMPOUND(struct os_serial_parameters) \
34 .baud_rate = 115200, .data_bits = 8, .stop_bits = 1, .parity = OS_SERIAL_PARITY_NONE, \
50contactglove_create(
enum contactglove_type type,
51 const char *serial_number,
Wrapper around OS native serial functions.
Representing a single serial interface on a device.
Definition os_serial.h:33
A single HMD or input device.
Definition xrt_device.h:311
A probed device, may or may not be opened.
Definition xrt_prober.h:88
The main prober that probes and manages found but not opened HMD devices that are connected to the sy...
Definition xrt_prober.h:135
Header holding common defines.
Common interface to probe for devices.