Definitely helps! Just waiting on my soldering iron to get here so I can connect the pins needed for the host cable. Will be my first time soldering so wish me luck haha 😫
USB isn't anything like serial, where both sides are essentially the same type of hardware. With different connector serial types you basically just have to worry about connecting TX to RX and vice versa. USB doesn't work anything like that...
Ahh, I figured it must be something like that - pretty cool how it just works for monitoring. Speaking of USBHost_t36, is there any extra configuration needed to use its USB A for serial communication instead of the default micro USB? I was...
In the Arduino IDE you can select the Serial Monitor to communicate with a Teensy, but when uploading to a USB device type without serial as an option you can still use it; why? What is a Teensy port vs. a serial port? Does this mean I don't even...
Ahh, thanks for the background. Most of my Googling led to outdated solutions, but I searched the forums and saw another user mention https://mongoose.ws/ - looks promising, not sure why it doesn't rank higher in search.
Howdy guys, I just put an order in for a Teensy 4.1 with an ethernet adapter, but I'm a little confused on which libraries I should be using/are supported when it arrives.
For example, I want to use websockets for communication, but can I just...