04-28-2014 11:34 AM
Got the LIFA sync to work by ?fixing? the assignment in LabVIEWInterface.ino of line 710,
unsigned char checksum;;
to
unsigned char checksum = 0;
Teensy's 2 & 3 work up to this point, but my Uno isn't... I think that's far enough along to switch over to Linx now. See y'all over there.
Mark
04-30-2014 02:19 PM
hey, what a great news !
congratulation for the perseverance, and thanks again for the sharing.
antoine
04-30-2014 02:33 PM
Just to be clear, I didn't test all of LIFA - just the SYNC that was breaking. After that, and seeing there are apparently some platform related inconsistencies, I decided it was probably good enough to go over to Linx. If someone tries the rest of LIFA and it works after that tweak, that'd be fun to know. ![]()