sending data from megunolink

Support forum for MegunoLink
Post Reply
Pelle8879
Posts: 11
Joined: Wed Mar 21, 2018 8:56 pm

Tue Jan 28, 2020 7:16 am

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

Tue Feb 25, 2020 7:19 am

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