Hi all!!
Well I have a bunch of Hex bytes that I have to send to a modem through my comm port.
I have them stored in a String eg. Sting = "FF"
Now when I send it through the modem it sends the ASCII Character "FF" but I want to send 256 in hex format
Now if I send the value 256 in int form it again will send the ASCII characters "2" "5" "6".
anybody have any Ideas?
Thanks in advance
This post is also in the general Forum as well
