David Higgs
Programmer
Basically my VFP Application is the Front-End to a third party piece of software using the same My-SQL Database.
I have a "Radio Communications Transceiver" connected to (Serial Port) and controlled by the third party software. I would like my VFP application to also control the "Radio Communications Transceiver" using an API / IP Server.
I have been using a program called "Packet Sender" to establish communication with the third party piece of software by sending specific arrays of bytes to it's IP Server (Address 127.0.0.1 / Port 7809 / Protocol UTF16 characters).
The application will typically send the following array of bytes for the command "Get Radio" :-
Hex
28 00 00 00 cd ab 34 12 34 12 cd ab 00 00 00 00 47 00 65 00 74 00 20 00 52 00 61 00 64 00 69 00 6f 00 00 00 00 00 00 00
Ascii
(\00\00\00\cd\ab4\124\12\cd\ab\00\00\00\00G\00e\00t\00 \00R\00a\00d
\00i\00o\00\00\00\00\00\00\00
The response to the above is sent back in a similar format.
So, basically I am looking for some guidance of how to proceed as I've not used VFP and IP Protocol before.
Regards,
David.
Recreational user of VFP.
I have a "Radio Communications Transceiver" connected to (Serial Port) and controlled by the third party software. I would like my VFP application to also control the "Radio Communications Transceiver" using an API / IP Server.
I have been using a program called "Packet Sender" to establish communication with the third party piece of software by sending specific arrays of bytes to it's IP Server (Address 127.0.0.1 / Port 7809 / Protocol UTF16 characters).
The application will typically send the following array of bytes for the command "Get Radio" :-
Hex
28 00 00 00 cd ab 34 12 34 12 cd ab 00 00 00 00 47 00 65 00 74 00 20 00 52 00 61 00 64 00 69 00 6f 00 00 00 00 00 00 00
Ascii
(\00\00\00\cd\ab4\124\12\cd\ab\00\00\00\00G\00e\00t\00 \00R\00a\00d
\00i\00o\00\00\00\00\00\00\00
The response to the above is sent back in a similar format.
So, basically I am looking for some guidance of how to proceed as I've not used VFP and IP Protocol before.
Regards,
David.
Recreational user of VFP.