When I send 0A the app receives 30 41, if i type 0x0A it receives 30 58 30 41 but not 0A. It takes each char and send its Ascii code even with HexOutput enabled or disabled. Thanks.
hi, please I am using Termie but I cannot send hexa bytes to an app. By example, I need to send 0A and I tried 0x0A, 0A, 0AH, 0x0AH, ..., but the app always recevie 30 41, it has to be 0A. In Settingd HexOutput is enabled. Also how can I send 2bytes like 0A01 ? I have to use an space separator? thanks