Here is one technique for observing what data a Windows program is
exchanging with your phone, using VMWare (www.vmware.com).

First, download and install vmware.  Second, download and install the
interceptty software package from

	http://www.tir.com/~sgifford/interceptty/

Third, find some piece of software that can talk to you phone.

Now, start up interceptty as follows:

        interceptty -s 'ispeed 19200 ospeed 19200' -o /tmp/startac.dump /dev/ttyS0 /tmp/pcsmodem

Configure the serial port in vmware as 

	Type: TTY
	Path: /tmp/pcsmodem

and attach it.  Start up your software, and perform whatever
operations you want to observe.  Now run

        interceptty-nicedump /tmp/startac.dump

to see a nicely formatted dump of the conversation.


--
$Id: INTERCEPTTY,v 201.0 2002/02/14 09:29:14 sgifford Exp $
