Page 1 of 1

Controlling interface from Arduino

Posted: Tue Apr 16, 2019 12:49 am
by RBerliner
I have been attempting to control an interface from my Sparkfun 9DOFRazor to have the interface reflect the status of variables stored in NV RAM on startup.

I modified the Example SendToMLP by inserting a define statement :

#define SX SerialUSB and replaced the statement Serial.begin(9600) with SX.begin(9600).

With this choice of an output port, the example does not work and does not generate any activity in the Serial Moninitor.

What must I do to get this to work on a SerialUSB interface.

Re: Controlling interface from Arduino

Posted: Wed Apr 17, 2019 8:35 am
by philr
Does that device have a standard serial port you could test too? I haven't played with that device. It might have a different implementation and not be compatible with MegunoLink.

Cheers
Phil