I am assuming the gauges work using a voltage from a sensor
you need to output the voltage from your T3.2 to drive them
https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/
you need...
this board has a great layout as a development board - you could get lots of new users involved in Teensy if we had something like this
https://i.ebayimg.com/images/g/4YQAAOSwZvRadiTs/s-l1600.jpg
I am holding off migrating from t3.2 to 4.0 because of this.
Can i suggest a simple option to ignore all the held up data and process the latest sent
Ie you have read data 1 of 100 and then go straight to 100 if...
Paul will correct me if i am wrong - the left arrow is a fuse, the right arrow is a pad that can be cut and resoldered again if necessary
some neat products you have :) - do you build motion sims as well as wheels ?
send the data from one Teesny to the other and then to the next one using serial ports - you should not loose data this way
so T1 transmits to T2
T2 sends the data from one Serial port to the next along with its...