Hi all. I want to know if maybe anyone cant help me. Im so bad in Java, just I programm in C or Phyton, but I need make a web aplication for can send commands to a GPS (Skypatrol TT8750), just need 3 datas: IP, Port, and a box for write the command, these command have to be convert to hexadecimal, and have add 00010400 at the start for exaple: the messege is hi, in hexa is:6869 then I have to send 000104006869 in the messege, I want to have the option for write the IP and Port.
I dont know if these is a hard work, but I really need help in that. I hope anyone can help me with these java code.