Wow! That explains a lot... One third party device was registered under several com ports. My flight yoke was under HID something like 12 times.
Type: Posts; User: jsureke
Wow! That explains a lot... One third party device was registered under several com ports. My flight yoke was under HID something like 12 times.
These are not showing up as COM ports. They show up as Teensy ports:
24948
Windows 10 Pro
I don't know what that means. Are you talking about using the TX / RX pins? Is there example code somewhere?
Hi,
I have three (soon to be four) Teensy 3.5 boards configured as XPlane FlightSim devices, and I need someone to point me in the right direction to talk between the boards. They all show up in...
I don't know about serial numbers. I was hoping PaulStoffregen would weigh in.
This is what the Tools & Ports menu looks like:
24819
As I mentioned, everything works fine, but I have to wait until the other device gets recognized before connecting these.
I have an instrument panel with encoders that send xplane commands to adjust the different instruments. I have one Air Manager panel that has a normal heading indicator and another that has an HSI...
Hi,
I don't really know how to correctly explain this or the right question(s) to ask.
Hopefully, there's someone smarter than me who knows what I'm trying to figure out.
I am having issues...
Hi,
I built one of TallDog's 3.5 Due breakout kits. I've done two others that work fine.
This one is not getting recognized by my computer. When I plug it in, the computer chirps as expected, but...
Exactly what I needed. Thanks.
I have it on VUSB right now, but I'll switch it to 3.3.
Hi,
On my Teensy 3.5, I have a rotary potentiometer that includes a switch. I can tell if the switch is being turned on or off by checking Bounce.risingEdge() and Bounce.fallingEdge(). I can also...
I have a Teensy 3.5 and an Arduino Mega. Multiple boards, multiple sketches, alll with the same results, so it has to be the hardware.
I do know that I didn't use the capacitors on the 5v that some...
I just learned that the chip is really finiky.
This prototype isn't the best looking solder job. I'm just going to start over. :o
That doesn't even work. It starts working but it doesn't show all the changes and it doesn't loop a second time. I must have faulty components.
I can get the MAX7219 to initially put numbers on the 7 seg digits, but if I change any value it either turns completely off or completely on (all lights lit 8.8.8.8.8.
I tried to make a timer that...
Hi,
I am using a Teensy 3.5 to build a box to control everything on XPlane's GNS430/530, and I have run into a couple of snags.
First, I have searched all over the web looking for how to detect...