catch output messages from Annex in Annex

If doesn't fit into any other category ....
Post Reply
PANNO2
Posts: 51
Joined: Tue Jun 08, 2021 6:26 pm
Has thanked: 47 times
Been thanked: 3 times

catch output messages from Annex in Annex

Post by PANNO2 »

how to catch the messages which annex send over the console whith annex basic ?
i like to get all the statusmessages on annex itself.

i mean all messages which annex sends intern to the console.
i2s stop, buffered prefilled , and so on .

thx
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: catch output messages from Annex in Annex

Post by PeterN »

Hi panno,

this may be very brutal and hardware oriented ... but you could connect the TX pin with the RX pin
PANNO2
Posts: 51
Joined: Tue Jun 08, 2021 6:26 pm
Has thanked: 47 times
Been thanked: 3 times

Re: catch output messages from Annex in Annex

Post by PANNO2 »

forget it ,to much hardware needed . :lol:
thx a lot.
User avatar
Electroguard
Posts: 836
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 268 times
Been thanked: 317 times

Re: catch output messages from Annex in Annex

Post by Electroguard »

It's only hardware serial out for any connected serial monitoring device, so you could define Serial2 and connect hardware serial(1) TX out to the software serial2 RX in, then use ONSERIAL2 to branch and do whatever you want.
Post Reply