AlejandroPC
Member
Hello, I'm currently making a program in Teensy 4.0 for an application that needs to handle some threads. One of these threads is USB serial communication (sending and receiving data via I2C, using wire.h library, wire and wire1 from a GUI), and another dedicated thread for sending and receiving digital and analog signals. In my current program, I use the teensythreads.h library to handle this, but I see some delay on external signals. Based on your experience,
Do you recommend using teensythreads to handle this heavy communication, or Do you recommend another alternative?
Do you recommend using teensythreads to handle this heavy communication, or Do you recommend another alternative?