Good day,
I am having an issue when i try send a udp packet.
I open up the device in terminal and i receive:
Example App:driver version 1.13.7.13
IP:192.168.1.113
I then type 03 indicating it to open the socket. I get the response: DONE
I then give it the command to send a packet :
040512345022710c0a8016e
It successfully sends the packet to the destination, but i do not get a response from the device, and then after that I cant send it any more commands. either socket close or to send another udp packet. It just doesn't respond. I have to reset it and start again.
What could be causing this issue and how can i rectify it?
If i wish t send multiple udp packets, Do i have to just open the socket once and then repetitively call opt code 04 with the correct data over and over until i am done, then I call close socket ?