Command: Trace

Place where find documentation
Post Reply
Jan Volk
Posts: 110
Joined: Wed Mar 03, 2021 1:35 pm
Been thanked: 34 times

Command: Trace

Post by Jan Volk »

Francesco,

Command: Trace may be outdated and replaced for Wlog but still present in the latest firmware but no longer in the manual?
Last seen in Annex WiFi RDS Basic help v.1.44.2.
Look for the differences.

Data Pi * 2, 2, 4, "John"
Dates 8, 16, 32, "Palmer"
a = 10
b = 20
c = 30
a$ = "Ciao"
Trace a: Trace b: Trace c: Trace a$
Wlog a: Wlog b: Wlog c: Wlog a$
Read a, b, c, a$
Trace a: Trace b: Trace c: Trace a$
Wlog a: Wlog b: Wlog c: Wlog a$
Read a, b, c, a$
Trace a: Trace b: Trace c: Trace a$
Wlog a: Wlog b: Wlog c: Wlog a$
Trace a, b, c, a$
Wlog a, b, c, a$
User avatar
cicciocb
Site Admin
Posts: 2332
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 488 times
Been thanked: 1646 times
Contact:

Re: Command: Trace

Post by cicciocb »

Yes, you are right, the command TRACE still exists and works almost as the command WLOG (not exactly the same).
This command still exist for debug purposes so the "normal" user should not use it.

You can simply ignore it ....
Post Reply