Dear friends, please for advice,
I have module connected to ESP and I send to this module "AT" via serial. The module expect data in HEX format,
is this right solution, please?
or this?
I have read :
https://www.b4x.com/android/forum/threads/serial-hex.109640/#post-684980
Thank you
p4ppc
I have module connected to ESP and I send to this module "AT" via serial. The module expect data in HEX format,
is this right solution, please?
B4X:
Dim bc As ByteConverter
astream.Write(bc.HexFromBytes("AT"))
B4X:
astream.Write(bc.HexToBytes("4154"))
I have read :
https://www.b4x.com/android/forum/threads/serial-hex.109640/#post-684980
Thank you
p4ppc