When I'm streaming GPS data I seams to heve problem with some control characters like
Character 10 (Chr(10): [Line Feed Return]
Character 11 (Chr(11): [Shift+Enter]
Character 12 (Chr(12): [Page Break]
Character 13 (Chr(13): [Carriage Return]
Character 14 (Chr(14): [Column Break]
Character 15 (Chr(15): [Shift In]
I'm converting the CHR$ to HEX$ and when I look at the log file I can see that all other data is converted right beside the above characters...
So when it's right it should be like i.e. 25:00:9E:05:0A:0F:FF but instad I get 25:00:9E:05:A:F:FF
Any ideas to the problem? I use PBWin and make a DLL
Thanks
Character 10 (Chr(10): [Line Feed Return]
Character 11 (Chr(11): [Shift+Enter]
Character 12 (Chr(12): [Page Break]
Character 13 (Chr(13): [Carriage Return]
Character 14 (Chr(14): [Column Break]
Character 15 (Chr(15): [Shift In]
I'm converting the CHR$ to HEX$ and when I look at the log file I can see that all other data is converted right beside the above characters...
So when it's right it should be like i.e. 25:00:9E:05:0A:0F:FF but instad I get 25:00:9E:05:A:F:FF
Any ideas to the problem? I use PBWin and make a DLL
Thanks
Comment