Hello Team,
I am using Teensy 4.0, with Windows system.
My Teensy is programmed with attached sketch and I am sending a command through a python script (attached) from the Windows command prompt:
C:\Users\110611\data\projects>python teensyTestApp.py
Sending RawHID command: [52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
On Teensy side through Serial Monitor:
Teensy is ready to receive RawHID commands.
Received RawHID command: 0x0 with parameter: 0x0
I am using Teensy 4.0, with Windows system.
My Teensy is programmed with attached sketch and I am sending a command through a python script (attached) from the Windows command prompt:
C:\Users\110611\data\projects>python teensyTestApp.py
Sending RawHID command: [52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
On Teensy side through Serial Monitor:
Teensy is ready to receive RawHID commands.
Received RawHID command: 0x0 with parameter: 0x0