Zachary.Beesley
New member
Hello,
I'm reading data from an accelerometer (Adafruit_LSM6DSOX) connected to a Teensy 4.0. I am then transmitting this data to windows under RawHID. This works. I have the Arduino IDE up, and the data is getting transmitted well. I verified this using a python script with usb.core and simple application called 'SimpleHIDWrite.exe'. Later, I tested this without the Arduino IDE. I get nothing. Nope, nada, zilch. Here's a picture.
For reference, here is it working with the Arduino IDE opened/closed.
As soon as I disconnect the teensy and reconnect it, it no longer sends data. Is there a simple explanation for this?
One more piece of information. I noticed that only 1 HID device named "Teensyduino RawHID" appears when I have the Arduino IDE open, but 2 HID devices appear without it. I'm not sure this does anything, but it seems to indicate something.
With the IDE
Without the IDE
I'm reading data from an accelerometer (Adafruit_LSM6DSOX) connected to a Teensy 4.0. I am then transmitting this data to windows under RawHID. This works. I have the Arduino IDE up, and the data is getting transmitted well. I verified this using a python script with usb.core and simple application called 'SimpleHIDWrite.exe'. Later, I tested this without the Arduino IDE. I get nothing. Nope, nada, zilch. Here's a picture.
For reference, here is it working with the Arduino IDE opened/closed.
As soon as I disconnect the teensy and reconnect it, it no longer sends data. Is there a simple explanation for this?
One more piece of information. I noticed that only 1 HID device named "Teensyduino RawHID" appears when I have the Arduino IDE open, but 2 HID devices appear without it. I'm not sure this does anything, but it seems to indicate something.
With the IDE
Without the IDE