Hello World!
I want to display Serial Number sequence in hexadecimal format that is generated by MCU. I am currently using sprintf function to convert unsigned 32 bit data to string including hexnumber and I need to send hex numbers in a format which char based like string to the GUI application from devicedriver. I have tried to write DeviceClass methods which have string arguments to receive not corrupted data in order to display on the screen. Unfortunately, method does not receive the string as characters and it converts to the "\x" started sequence. I need complete string including pure hex number.
Thanks for all your supports.
Best Regards,
Burak Cebesoy