So far the followings steps to De-Tangle this seemingly simple tasks.
- Update Arduino on Mac
- Try to get Arduino source at Github (no joy)
git clone https://github.com/arduino/Arduino.gitstalls - Locate some serial examples (found several)
- built and ran almost works the arduino code is not all up to date, serial.print no longer uses BYTE
- The formatting and command structure is not current for this display driver.
- found one with a computer to Arduino to lcd using python to update the display. this could be cool because need to drive the motor external first. but the python needs to import serial. this does not work because of Ros path in PYTHONPATH then learned about python pip, sudo pip does not work on my mac at this time.
- So now I am updating all the ports on my mac, port self update, port upgrade outdated. Taking forever. This means I will need start to learn python, just another language.
Serial.print(254, BYTE); #old
Serial.print(254); #fixed
But when you get down to it I am constantly fighting to keep using the Mac for all of Ripley’s programming needs. Therefore; I have several VM’s so I can do ROS on ubuntu, Run Stellaris on ubuntu, My Mac has so many personalities, environments, paths and built in tangles that it gets confusing. I have been remaking the wheel and need to just get to work