Hi, Im trying to make a web aplication using servlet with Java Eclipse.
I need send through a web aplication commands to a GPS, it only accepts hex frames by UDP, I have some code done, but it is sent as text, for these reason its not working for what I need.
I write a command for example AT (in hex= 4154), and the aplication have to add 00010400+hex_comand: 000104004154
I hope someone can help with that, here is the code Im using.