Page 1 of 1

sending data from megunolink

Posted: Tue Jan 28, 2020 7:16 am
by Pelle8879
I hav a Connection with a Arduino Mega and would like to send some of the data to an other usb port. (Text string).
Is there an example how to do that?
eg. Recieving on one usb port and sending data to an other port over tcp.

Re: sending data from megunolink

Posted: Tue Feb 25, 2020 7:19 am
by philr
Hi this example shows you how to get a string that has been sent from MegunoLink.
https://github.com/Megunolink/MLP/blob/ ... trings.ino

You could then take that string and send it out the TCP port. I dont have an example of that though sorry.

Cheers
Phil