Hello
Just want to report a suspected bug in the hex implementation using the Serial option in macros.
for any one of the following hex inputs
\xd5h
\xd6h
\xc7h
\xcch
they are being sent to the com port as 3F, rather than d5 d6 c7 cc.
This seems only to occur when a letter is used for the character of a hex double, and the default always seems to be 3F ??
The following link provides an in-depth view of testing that was done to come to this conclusion and bug report.
Just want to report a suspected bug in the hex implementation using the Serial option in macros.
for any one of the following hex inputs
\xd5h
\xd6h
\xc7h
\xcch
they are being sent to the com port as 3F, rather than d5 d6 c7 cc.
This seems only to occur when a letter is used for the character of a hex double, and the default always seems to be 3F ??
The following link provides an in-depth view of testing that was done to come to this conclusion and bug report.