Quote:
Originally Posted by frasnow
Actually that doesn't work. You'll get a big ugly looking Dashboard Datatype error on the Dashboard of your classmate. As I said in my post on the other thread, I've tried 4 different PCs and they all have problems with that Solenoid line of code.
|
Again, I have no idea why you are having problems, mine is up to date and still works.
That being said, try replacing the solenoid line with a constant:
Code:
byte thisBytes = 0;
lowDashData.addByte(thisBytes);
Won't tell you what the solenoids are up to, but might allow you to use the rest of the code.