Page 1 of 1

Event on connect

Posted: Tue Feb 04, 2025 8:55 pm
by strud
I have firmware that is desined for plain terminal interfacing and for Megunolink (which requires special formatting etc).

However I would like to inform the firmware that a Megunolink application is communicating with it from the get go (automatically) say straight after any form of connection is made.

Is there an event that can be triggered to send a message after connection is established?

Of course one could use the timer I guess? but this will keep sending forever.

Re: Event on connect

Posted: Sat Feb 22, 2025 3:25 am
by philr
Hi yes, in our interface panel visualiser you can drop a SerialConnection object that will send a message after some delay when a connection is established. You could also implement something like this where it would be able to tell if megunolink is connected or not at all times.

https://www.megunolink.com/articles/exa ... ers-guide/