ilhami caliskan

ilhami caliskan

  • NA
  • 76
  • 89.6k

convert string to hex

Dec 25 2015 1:32 PM
Hi All,
 
I need to convert string which I get from a textbox to an array.
string = "abcd"
 
will need as hex (array) to sent through comPort 
 
result should be = [61 62 63 64]
 
thanks for helps 

Answers (2)