you can make a java applet, or swf component to have access on client side ports then i guess applets/swf can easily communicate with javascript which you will write using GWT.
On Fri, Apr 9, 2010 at 6:14 AM, theBULLL <[email protected]> wrote: > Hello, > > I am trying to accomplish the following... > > I want one client, running on a PC, to send messages to a server, > running on Google's server, and then have the server relay the > messages to another PC. Ultimately, I would like to ship the messages > out the serial port of the second PC. If I understand correctly, this > cannot happen with JavaScript because of obvious security problems. I > was wondering if anybody had any suggestions on how I can either work > with GWT or write another java app to run on the second PC to retrieve > the messages from the browser running the JavaScript. > > I realize they may be confusing an hard to read so please let me know > if further information is required. > > Thanks, > theBULLL > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
