Quote from admin on 04/19/09 at 1:12pm:The commands are sent from sendSRVCommand(), but no return data from the robot is processed, with the exception of the 'I' command
You can find the command strings and corresponding graphics for the buttons in srv.config
I'm sorry, i didnt mean a response from the robot. Basically this is what i've done:
Modified the SRV1Console application to connect to 'localhost' on a different port ie (3019)
i have written an application, which acts as a server application. This listens on port 3019.
I start the server app which automatically listens on that port.
The modified SRV1Console connects to that server application.
The server app recognises a connection is made.
But it wont register the data as being sent from SRV1Console.
so should it work if i further develop on my server application to include new sockets, to connect to the robot. and just forward on to the robot what is sent from the SRV1Console.
For example:
button.2=buttons/forward.png
command.2=4D323200
4D323200 as the move forward command?
Or does that need to be modified to be registered as a command from the robot?
Again, i apologise for this, i am just on a deadline and having severe issues.
Thank you.