OK guys,
i know now were i missed.
You have to give me credit...this is not my native language
"Carriage return after every data reading instead of a comma"
So... if have something like :
debug ",",#va ( using comma to separate each value )
i should have:
debug #va, $13 ( being 13 hexa code for carriage ) ?
EDIT: 13 for ascii and 0D for hexa.
But what i get is this :
777777777777
( between each 7 i get a square simbol )
.
Bookmarks