Controlling interface from Arduino

Support forum for MegunoLink
Post Reply
RBerliner
Posts: 7
Joined: Wed Apr 03, 2019 11:07 pm

Tue Apr 16, 2019 12:49 am

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.
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Wed Apr 17, 2019 8:35 am

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
Post Reply