I use UDP to connec a hardware.
I can get the code from winsock, but the code seem error.
À¨7HDLMIRACLEªªeÐïÿÿÿ
Is the code error?
And then I need to change the code to 16bit & 8bit
How can I do?
Thanks a lot.
Printable View
I use UDP to connec a hardware.
I can get the code from winsock, but the code seem error.
À¨7HDLMIRACLEªªeÐïÿÿÿ
Is the code error?
And then I need to change the code to 16bit & 8bit
How can I do?
Thanks a lot.
You're not giving us enough information. "The code seem error", what do you mean?
Is this what you're receiving? À¨7HDLMIRACLEªªeÐïÿÿÿ
Where is the code coming from? Do you have a way to verify what is coming across?
Sorry
I have talked with supplier.
The supplier told me that the hardware is communicated in WinSock.
He use Delphi to example the data.
This hardware is used "sendto" and "recvfrom".
I need to define the data some parts are 8 bits and some are 16 bits.
Then the data will be 0xAA 0xAA 0x0d 0x01 0x64 0x00 0x00 0x00 0x02 0x01 0x02 0x01 0x01 0x5F 0x48 .
Would you mind telling me how can I receive the data?