Home > Software engineering >  How to change the string to hexadecimal?
How to change the string to hexadecimal?

Time:05-13

Char command []="03 '07 01 9 00 0 f e F5 54";
Wsabuf. Buf=command;
Wsabuf. Len=strlen (command);
How to change the content of the command to hexadecimal?

CodePudding user response:

https://blog.csdn.net/k1ang/article/details/94317599

CodePudding user response:

How to use "03 '07 01 9 00 0 f e F5 54" to 03 01 07 9 00 0 f e F5 54 hexadecimal?

CodePudding user response:

Problem has been solved,
  • Related