Hi Dimitrios, Your application seems very interesting. However, i'm sorry but your can't access your data easily from JS. It would be a security hole. Don't forget we are working in Internet wolrd. But (yes there is always a but) you can access data that are stored on the server using getURL and ParseXML JS functions. So I would advice to : - put a web server on your machine. - store your SVG in your WWW repertory - connect to your server using a web browser and get your SVG - your SVG will ask data from your server using JS - use serverside script to get data from TCP, UDP or a seria port and to send them to your SVG - your SVG will parse your data using JS and show them on screen.
Hope it helps J�r�me Dimitrios Zachariadis a �crit : >gpsfeed+ is a free software utility that produces NMEA 0183 output to >TCP/IP, UDP and serial ports. I've written it to test gps >applications. In case someone is interested, gpsfeed+ is at: > >http://users.hol.gr/~dzach/gpsfeed/index.html > >My question is how to read gps data coming in from a TCP, UDP or a serial >port from inside an svg javascript routine on the same machine. Has >anyone delt with this before? > >Thank you > > > > > >----- >To unsubscribe send a message to: [EMAIL PROTECTED] >-or- >visit http://groups.yahoo.com/group/svg-developers and click "edit my >membership" >---- >Yahoo! Groups Links > > > > > > > > > -- J�r�me Tricand de la Goutte Soci�t� Logatique 50 rue Marcel Dassault 92100 Boulogne-Billancourt 01 46 21 59 59 ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

