Re: Newbie question...



If you are not particular to writing a new WM application, I would
suggest using inbuilt Pocket Internet Explorer to browse your PC which
could run a webserver (IIS, Apache). Write server side scripts (ASP,
PHP etc) and access them through a URL from the WM device.

Advantage is that you don't need to worry about writing code in client
to connect to the server, avoid writing server application, and issue
of handling multiple sessions.

Of course you need to make sure that the server IP is available to the
device. This problem will be there for any other solution too.

(AT)
Windows Mobile Software
http://www.askarya.com

On Nov 9, 1:58 pm, Nigel Thomas <nospample...@xxxxxxxxxx> wrote:
I have a PC application that retrieves data from a set of scientific instruments
(voltage levels mainly). This data is stored on the PC.

I want to be able to display these levels on a WM device with variable update
rates ranging from once every 10 seconds (when the instruments come online) to
once a minute/hour (once the system has settled)

I have a WM6 device (HTC), Broadband, VS2005 and a wealth of DOS and
VB6(Classic) programming experience. I also am starting to find my way around VB.NET

Can some please point me to a place where I can get started with developing an
application for a WM device which could solve this problem

Cheers in advance

Nigel


.



Relevant Pages

  • Re: asynchronously writing to a file, a cheap way?
    ... your typical asynchronous route for writing to a file, ... performance when the processing server is running. ... end of the pipe doesn't need to be running. ... I you already have a thread pool or IOCP that you can use t handle the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Are write() calls guaranteed atomic?
    ... >> writing the data have no knowledge of the FIFO, ... > If you cannot modify the clients, try changing your server to create a ... > Unix domain socket instead of a named pipe (the clients shouldn't see ...
    (freebsd-hackers)
  • Re: Access to Access DB
    ... I am also a softeware trainer in the middle of writing ... side scripted language and rent server space. ... Finding a hosted service for Office is not a ... cost or work and skilling up. ...
    (microsoft.public.access.gettingstarted)
  • Re: Need help with a question.
    ... but I'm stuck on how to read $cpqlogline into an array ... without writing it to a file. ... open(my $SRV, '<', $server_file) ... for every server with every mac address. ...
    (comp.lang.perl.misc)
  • Re: Windows SBS 2003 R2 Administrators Campanion
    ... Server MVP - was the Tech Editor, and he is meticulous, checking me at every ... Russ - SBITS.Biz (MCP-SBS) wrote: ... (Writing a book without seeing the product that's cool) ...
    (microsoft.public.windows.server.sbs)

Loading