Take a look at SEROUT2.
Then you can format it something like this
HEX 42, HEX 24, ...
Take a look at SEROUT2.
Then you can format it something like this
HEX 42, HEX 24, ...
Dave
Always wear safety glasses while programming.
And note that with Serout2 that Dave showed you, a HEX modifier can have a digit also impying the number of digits to follow.
HEX2 means 2 hex digits etc.
Ioannis
Thanks everyone for the responce... I finally got it...![]()
I use this in my code to sendCode:SerOut2 PortC.6,84, [$02,$52,$27,$06,$00,$7F,$12,$13,$23,$17,$09,$00,$03]
Bookmarks