So, I have this problem with the USO parser, as far as I can see, it only sends the first "string" or whatever I'm supposed to call it.
What I currently have is: "Datapacket with axisinformations: R~a01~S~a02~", by the way it's used with Arduino and a instrument cluster from a car. Making some gauges to have fun in LFS with.
Though this is the problem, R is RPM and S is Speed, however it only sends what is mentioned first, so if I only put "S~a02~", the speedo works, if I put only "R~a01~" the RPM counter works, however if I put them both, the first only works. if I put "R~a01~" first; only the RPM counter works.
Halp me ;_;