This is almost certainly not possible using GWT.  The problem isn't
with GWT but with the restrictions on the browser.  The only way it
would be possible is with some sort of plug-in (ActiveX, Applet,
Flash) that could directly access your system's resources (i.e., rs232
ports).

To make this work using GWT and a browser then the web server would
also need to reside on the "client" machine, i.e., the machine that
has the rs232 device attached.

Good luck!

On Apr 8, 12:28 pm, Johnyo <[email protected]> wrote:
> We would like to develop an application that can be used to remotely
> control a small vehicle using GWT. In order to do this, we need a way
> for our program running on a google server (using GWT) to access a
> serial / usb port on a client computer to send radio commands to the
> vehicle.
>
> Is this possible? Is it possible to access a serial/usb port on a
> client computer from a GWT project running on a google server, and
> then send/receive that information? And if so, can you point me in the
> direction of a solution?
>
> Thank you for any response.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to