I have been attempting to load the Sinewave example onto the Sparkfun 9DOF RAZOR (14001). It does not work.
I sent an inquiry to Sparkfun's Forum and got back an answer that I understand but I don't know the easiest way to modify/change the MegunoLInk libraries.
The SAMD processor in the Razor has 3 serial ports. Two of them are the normal serial ports designated by Serial and Serial1. The USB Port (used by MegunoLink is denoted by SerialUSB. This is explained here.
https://learn.sparkfun.com/tutorials/sa ... rial-ports
Is there a place/variable/define that can be used to point the MegunoLink output methods toward SerialUSB instead of Serial?
It is likely possible to to make a change somewhere in the library source code and then recompile but it could be easier just to use standard print statements with SerialUSB to output the needed MegunoLink messages.,
Is MegunoLink "picky" about the serial messages?
What is the easiest way for me to get Megunolink working with the Razor?