1. Com port spying
- Posted by The Johnson Family <thedjs at INAME.COM> Jan 28, 2000
- 540 views
------=_NextPart_000_0039_01BF6984.8F725EA0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have fairly recently purchased a casio digital organiser (at the = cheaper end), and it came with a PC interface. Unfortunately, I am = rather dissapointed with the software it comes with, and I want to write = my own. To do this, I first need to know how it communicates with the = computer. Casio wont tell me, and nor will the people who wrote the = software, so I am left trying to figure it out for myself. What I need = for this is some way to spy on traffic entering and exiting the com = port, and distinguish which is coming from the organiser, and which from = the pc programme. In short, I need a com port spying programme. Of = course, it has to be able to work around the fact that windows = programmes lock the com port when using it. How can I do this in = euphoria? Nick ------=_NextPart_000_0039_01BF6984.8F725EA0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = casio digital=20 organiser (at the cheaper end), and it came with a PC interface. = Unfortunately,=20 I am rather dissapointed with the software it comes with, and I want to = write my=20 own. To do this, I first need to know how it communicates with the = computer.=20 Casio wont tell me, and nor will the people who wrote the software, so I = am left=20 trying to figure it out for myself. What I need for this is some way to = spy on=20 traffic entering and exiting the com port, and distinguish which is = coming from=20 the organiser, and which from the pc programme. In short, I need a com = port=20 spying programme. Of course, it has to be able to work around the fact = that=20 windows programmes lock the com port when using it. How can I do this in = euphoria?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0039_01BF6984.8F725EA0--
2. Re: Com port spying
- Posted by "Lucius L. Hilley III" <lhilley at CDC.NET> Jan 28, 2000
- 579 views
If you had a 2nd computer then you could pass the data through it just like someone else was doing to be able to access a modem that wasn't really on that computer. Sorta fake it through. Then you could capture all the data passing THROUGH the port in both directions. Lucius L. Hilley III lhilley at cdc.net +----------+--------------+--------------+ | Hollow | ICQ: 9638898 | AIM: LLHIII | | Horse +--------------+--------------+ | Software | http://www.cdc.net/~lhilley | +----------+-----------------------------+ > ---------------------- Information from the mail header ----------------------- > Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> > Poster: The Johnson Family <thedjs at INAME.COM> > Subject: Com port spying > -------------------------------------------------------------------------- ----- > > > ------=_NextPart_000_0039_01BF6984.8F725EA0 > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I have fairly recently purchased a casio digital organiser (at the = > cheaper end), and it came with a PC interface. Unfortunately, I am = > rather dissapointed with the software it comes with, and I want to write = > my own. To do this, I first need to know how it communicates with the = > computer. Casio wont tell me, and nor will the people who wrote the = > software, so I am left trying to figure it out for myself. What I need = > for this is some way to spy on traffic entering and exiting the com = > port, and distinguish which is coming from the organiser, and which from = > the pc programme. In short, I need a com port spying programme. Of = > course, it has to be able to work around the fact that windows = > programmes lock the com port when using it. How can I do this in = > euphoria? > > Nick > > ------=_NextPart_000_0039_01BF6984.8F725EA0 > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META content=3D"text/html; charset=3Diso-8859-1" = > http-equiv=3DContent-Type> > <META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR> > <STYLE></STYLE> > </HEAD> > <BODY bgColor=3D#ffffff> > <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = > casio digital=20 > organiser (at the cheaper end), and it came with a PC interface. = > Unfortunately,=20 > I am rather dissapointed with the software it comes with, and I want to = > write my=20 > own. To do this, I first need to know how it communicates with the = > computer.=20 > Casio wont tell me, and nor will the people who wrote the software, so I = > am left=20 > trying to figure it out for myself. What I need for this is some way to = > spy on=20 > traffic entering and exiting the com port, and distinguish which is = > coming from=20 > the organiser, and which from the pc programme. In short, I need a com = > port=20 > spying programme. Of course, it has to be able to work around the fact = > that=20 > windows programmes lock the com port when using it. How can I do this in = > > euphoria?</FONT></DIV> > <DIV> </DIV> > > ------=_NextPart_000_0039_01BF6984.8F725EA0-- >
3. Re: Com port spying
- Posted by "WCBaker at home" <WCBaker at HOME.COM> Jan 27, 2000
- 517 views
- Last edited Jan 28, 2000
Nick, check out a great port sniffer, or port scanner if you prefer: It is heavy-handed for what you want but I think that it will do the trick (I believe you can scan yourself as it were). NMap. Go to http://www.insecure.org/nmap/index.html --Warren
4. Re: Com port spying
- Posted by Kat <gertie at ZEBRA.NET> Jan 28, 2000
- 500 views
You could write a TSR that loads into the device driver chain in dos, as windoze loads. I hesitate to go further with this thought tho, cause i don't know how you'd do that part in Eu. Dos isn't reentrant to a great extent, and i don't know if you could call the windoze api to do interactive things like display, save, print, etc the com port transaction. Kat ----- Original Message ----- From: The Johnson Family <thedjs at INAME.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Thursday, January 27, 2000 4:41 PM Subject: Com port spying I have fairly recently purchased a casio digital organiser (at the cheaper end), and it came with a PC interface. Unfortunately, I am rather dissapointed with the software it comes with, and I want to write my own. To do this, I first need to know how it communicates with the computer. Casio wont tell me, and nor will the people who wrote the software, so I am left trying to figure it out for myself. What I need for this is some way to spy on traffic entering and exiting the com port, and distinguish which is coming from the organiser, and which from the pc programme. In short, I need a com port spying programme. Of course, it has to be able to work around the fact that windows programmes lock the com port when using it. How can I do this in euphoria? Nick
5. Re: Com port spying
- Posted by The Johnson Family <thedjs at INAME.COM> Jan 28, 2000
- 509 views
- Last edited Jan 29, 2000
Thanks for the suggestion, but this programme is designed to scan network (tcp/ip) ports, rather than local COM ports - does anyone else know of a ready made programme that can do what I need? Thanks Lucius for the suggestion of using a second computer, but the only other computer I have only has 1 com port (and no, it cant run the software) Also, the TSR is a possibility, but I havent the foggiest how to do this either. Nick ----- Original Message ----- From: WCBaker at home <WCBaker at HOME.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, January 28, 2000 7:02 PM Subject: Re: Com port spying > Nick, check out a great port sniffer, or port scanner if you prefer: It is > heavy-handed for what you want but I think that it will do the trick (I > believe you can scan yourself as it were). NMap. > > Go to http://www.insecure.org/nmap/index.html > > --Warren > >
6. Re: Com port spying
- Posted by Joe Otto <joeotto at SWBELL.NET> Jan 28, 2000
- 512 views
------=_NextPart_000_0006_01BF692D.11508E40 charset="iso-8859-1" Nick, I haven't run it myself, but it looks like COMINS95.ZIP at http://www.programmershaven.com/zone16/cat286/index.htm may do what you need. Joe -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Thursday, January 27, 2000 4:41 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Com port spying I have fairly recently purchased a casio digital organiser (at the cheaper end), and it came with a PC interface. Unfortunately, I am rather dissapointed with the software it comes with, and I want to write my own. To do this, I first need to know how it communicates with the computer. Casio wont tell me, and nor will the people who wrote the software, so I am left trying to figure it out for myself. What I need for this is some way to spy on traffic entering and exiting the com port, and distinguish which is coming from the organiser, and which from the pc programme. In short, I need a com port spying programme. Of course, it has to be able to work around the fact that windows programmes lock the com port when using it. How can I do this in euphoria? Nick ------=_NextPart_000_0006_01BF692D.11508E40 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D470001307-28012000>I=20 haven't run it myself, but it looks like COMINS95.ZIP at <A=20 may do what you need.</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria Programming = for=20 MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]<B>On Behalf Of </B>The = Johnson=20 Family<BR><B>Sent:</B> Thursday, January 27, 2000 4:41 PM<BR><B>To:</B>=20 EUPHORIA at LISTSERV.MUOHIO.EDU<BR><B>Subject:</B> Com port=20 spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = casio digital=20 organiser (at the cheaper end), and it came with a PC interface. = Unfortunately,=20 I am rather dissapointed with the software it comes with, and I want to = write my=20 own. To do this, I first need to know how it communicates with the = computer.=20 Casio wont tell me, and nor will the people who wrote the software, so I = am left=20 trying to figure it out for myself. What I need for this is some way to = spy on=20 traffic entering and exiting the com port, and distinguish which is = coming from=20 the organiser, and which from the pc programme. In short, I need a com = port=20 spying programme. Of course, it has to be able to work around the fact = that=20 windows programmes lock the com port when using it. How can I do this in = euphoria?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0006_01BF692D.11508E40--
7. Re: Com port spying
- Posted by timmy <tim781 at PACBELL.NET> Jan 28, 2000
- 520 views
HI I'm not an expert, but why not just plug your device into both com1 and com2 ports. This way you can keep reading everything that's being sent. if your digital organizer is plugged into com2 then buy a splicer at 'radio shack' and plug it into com1. AT YOUR OWN RISK. :) timmy The Johnson Family wrote: > Thanks for the suggestion, but this programme is designed to scan network > (tcp/ip) ports, rather than local COM ports - does anyone else know of a > ready made programme that can do what I need? > Thanks Lucius for the suggestion of using a second computer, but the only > other computer I have only has 1 com port (and no, it cant run the software) > Also, the TSR is a possibility, but I havent the foggiest how to do this > either. > > Nick > ----- Original Message ----- > From: WCBaker at home <WCBaker at HOME.COM> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Friday, January 28, 2000 7:02 PM > Subject: Re: Com port spying > > > Nick, check out a great port sniffer, or port scanner if you prefer: It > is > > heavy-handed for what you want but I think that it will do the trick (I > > believe you can scan yourself as it were). NMap. > > > > Go to http://www.insecure.org/nmap/index.html > > > > --Warren > > > >
8. Re: Com port spying
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 28, 2000
- 515 views
Here are some places for info on casio digital, the second talks about how data is layed out, the third has circuit diagram and parts list for digital interface and shareware software. http://members.tripod.com/~casiocode/caslink.html http://www.tunbury.demon.co.uk/casio/casio.html http://members.tripod.com/nicog/casio.htm Bernie
9. Re: Com port spying
- Posted by The Johnson Family <thedjs at INAME.COM> Jan 29, 2000
- 491 views
------=_NextPart_000_0007_01BF6A43.9A8936A0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks for the suggestion, but the unregistered version doesnt let me = hook the 16 bit TAPI calls (the com port communication functions used by = Win 3.11 programmes), and the programme I am trying to spy on is a 16 = bit one. ----- Original Message -----=20 From: Joe Otto=20 To: EUPHORIA at LISTSERV.MUOHIO.EDU=20 Sent: Friday, January 28, 2000 8:14 PM Subject: Re: Com port spying Nick, I haven't run it myself, but it looks like COMINS95.ZIP at = http://www.programmershaven.com/zone16/cat286/index.htm may do what you = need. Joe =20 -----Original Message----- From: Euphoria Programming for MS-DOS = [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Thursday, January 27, 2000 4:41 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Com port spying I have fairly recently purchased a casio digital organiser (at the = cheaper end), and it came with a PC interface. Unfortunately, I am = rather dissapointed with the software it comes with, and I want to write = my own. To do this, I first need to know how it communicates with the = computer. Casio wont tell me, and nor will the people who wrote the = software, so I am left trying to figure it out for myself. What I need = for this is some way to spy on traffic entering and exiting the com = port, and distinguish which is coming from the organiser, and which from = the pc programme. In short, I need a com port spying programme. Of = course, it has to be able to work around the fact that windows = programmes lock the com port when using it. How can I do this in = euphoria? Nick ------=_NextPart_000_0007_01BF6A43.9A8936A0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Thanks for the suggestion, but the = unregistered=20 version doesnt let me hook the 16 bit TAPI calls (the com port = communication=20 functions used by Win 3.11 programmes), and the programme I am trying to = spy on=20 is a 16 bit one.</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: = 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:joeotto at SWBELL.NET" title=3Djoeotto at SWBELL.NET>Joe = Otto</A>=20 </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20 title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, January 28, 2000 = 8:14=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Com port = spying</DIV> <DIV><BR></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Nick,</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D470001307-28012000>I=20 haven't run it myself, but it looks like COMINS95.ZIP at <A=20 = may do what you need.</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Joe</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000></SPAN></FONT> </DIV> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria = Programming for=20 MS-DOS [<A=20 = HIO.EDU</A>]<B>On=20 Behalf Of </B>The Johnson Family<BR><B>Sent:</B> Thursday, January 27, = 2000=20 4:41 PM<BR><B>To:</B> <A=20 = </A><BR><B>Subject:</B>=20 Com port spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = casio digital=20 organiser (at the cheaper end), and it came with a PC interface.=20 Unfortunately, I am rather dissapointed with the software it comes = with, and I=20 want to write my own. To do this, I first need to know how it = communicates=20 with the computer. Casio wont tell me, and nor will the people who = wrote the=20 software, so I am left trying to figure it out for myself. What I need = for=20 this is some way to spy on traffic entering and exiting the com port, = and=20 distinguish which is coming from the organiser, and which from the pc=20 programme. In short, I need a com port spying programme. Of course, it = has to=20 be able to work around the fact that windows programmes lock the com = port when=20 using it. How can I do this in euphoria?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial = ------=_NextPart_000_0007_01BF6A43.9A8936A0--
10. Re: Com port spying
- Posted by Joe Otto <joeotto at SWBELL.NET> Jan 28, 2000
- 511 views
- Last edited Jan 29, 2000
------=_NextPart_000_0010_01BF69C8.C93F2E80 charset="iso-8859-1" There's one right above it that's supposed to do 16 bit Windoze 3.1 API calls. Did you check that one as well? -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Friday, January 28, 2000 3:29 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Re: Com port spying Thanks for the suggestion, but the unregistered version doesnt let me hook the 16 bit TAPI calls (the com port communication functions used by Win 3.11 programmes), and the programme I am trying to spy on is a 16 bit one. ----- Original Message ----- From: Joe Otto To: EUPHORIA at LISTSERV.MUOHIO.EDU Sent: Friday, January 28, 2000 8:14 PM Subject: Re: Com port spying Nick, I haven't run it myself, but it looks like COMINS95.ZIP at http://www.programmershaven.com/zone16/cat286/index.htm may do what you need. Joe -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Thursday, January 27, 2000 4:41 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Com port spying I have fairly recently purchased a casio digital organiser (at the cheaper end), and it came with a PC interface. Unfortunately, I am rather dissapointed with the software it comes with, and I want to write my own. To do this, I first need to know how it communicates with the computer. Casio wont tell me, and nor will the people who wrote the software, so I am left trying to figure it out for myself. What I need for this is some way to spy on traffic entering and exiting the com port, and distinguish which is coming from the organiser, and which from the pc programme. In short, I need a com port spying programme. Of course, it has to be able to work around the fact that windows programmes lock the com port when using it. How can I do this in euphoria? Nick ------=_NextPart_000_0010_01BF69C8.C93F2E80 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D510194701-29012000>There's one right above it that's supposed to = do 16 bit=20 Windoze 3.1 API calls. Did you check that one as = well?</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria Programming = for=20 MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]<B>On Behalf Of </B>The = Johnson=20 Family<BR><B>Sent:</B> Friday, January 28, 2000 3:29 PM<BR><B>To:</B>=20 EUPHORIA at LISTSERV.MUOHIO.EDU<BR><B>Subject:</B> Re: Com port=20 spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Thanks for the suggestion, but the = unregistered=20 version doesnt let me hook the 16 bit TAPI calls (the com port = communication=20 functions used by Win 3.11 programmes), and the programme I am trying to = spy on=20 is a 16 bit one.</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: = 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:joeotto at SWBELL.NET" title=3Djoeotto at SWBELL.NET>Joe = Otto</A>=20 </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20 title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, January 28, 2000 = 8:14=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Com port = spying</DIV> <DIV><BR></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Nick,</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D470001307-28012000>I=20 haven't run it myself, but it looks like COMINS95.ZIP at <A=20 = may do what you need.</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Joe</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000></SPAN></FONT> </DIV> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria = Programming for=20 MS-DOS [<A=20 = HIO.EDU</A>]<B>On=20 Behalf Of </B>The Johnson Family<BR><B>Sent:</B> Thursday, January 27, = 2000=20 4:41 PM<BR><B>To:</B> <A=20 = </A><BR><B>Subject:</B>=20 Com port spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = casio digital=20 organiser (at the cheaper end), and it came with a PC interface.=20 Unfortunately, I am rather dissapointed with the software it comes = with, and I=20 want to write my own. To do this, I first need to know how it = communicates=20 with the computer. Casio wont tell me, and nor will the people who = wrote the=20 software, so I am left trying to figure it out for myself. What I need = for=20 this is some way to spy on traffic entering and exiting the com port, = and=20 distinguish which is coming from the organiser, and which from the pc=20 programme. In short, I need a com port spying programme. Of course, it = has to=20 be able to work around the fact that windows programmes lock the com = port when=20 using it. How can I do this in euphoria?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial = ------=_NextPart_000_0010_01BF69C8.C93F2E80--
11. Re: Com port spying
- Posted by The Johnson Family <thedjs at INAME.COM> Jan 30, 2000
- 504 views
------=_NextPart_000_002E_01BF6B1F.73802780 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I cant run the 2000 version, and the 3.11 version complains and says = that it's only supposed to run in 3.11, and wont let me run it at all. ----- Original Message -----=20 From: Joe Otto=20 To: EUPHORIA at LISTSERV.MUOHIO.EDU=20 Sent: Saturday, January 29, 2000 2:49 PM Subject: Re: Com port spying There's one right above it that's supposed to do 16 bit Windoze 3.1 = API calls. Did you check that one as well? =20 -----Original Message----- From: Euphoria Programming for MS-DOS = [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Friday, January 28, 2000 3:29 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Re: Com port spying Thanks for the suggestion, but the unregistered version doesnt let me = hook the 16 bit TAPI calls (the com port communication functions used by = Win 3.11 programmes), and the programme I am trying to spy on is a 16 = bit one. ----- Original Message -----=20 From: Joe Otto=20 To: EUPHORIA at LISTSERV.MUOHIO.EDU=20 Sent: Friday, January 28, 2000 8:14 PM Subject: Re: Com port spying Nick, I haven't run it myself, but it looks like COMINS95.ZIP at = http://www.programmershaven.com/zone16/cat286/index.htm may do what you = need. Joe =20 -----Original Message----- From: Euphoria Programming for MS-DOS = [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of The Johnson Family Sent: Thursday, January 27, 2000 4:41 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Com port spying I have fairly recently purchased a casio digital organiser (at the = cheaper end), and it came with a PC interface. Unfortunately, I am = rather dissapointed with the software it comes with, and I want to write = my own. To do this, I first need to know how it communicates with the = computer. Casio wont tell me, and nor will the people who wrote the = software, so I am left trying to figure it out for myself. What I need = for this is some way to spy on traffic entering and exiting the com = port, and distinguish which is coming from the organiser, and which from = the pc programme. In short, I need a com port spying programme. Of = course, it has to be able to work around the fact that windows = programmes lock the com port when using it. How can I do this in = euphoria? Nick ------=_NextPart_000_002E_01BF6B1F.73802780 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I cant run the 2000 version, and the = 3.11 version=20 complains and says that it's only supposed to run in 3.11, and wont let = me run=20 it at all.</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: = 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:joeotto at SWBELL.NET" title=3Djoeotto at SWBELL.NET>Joe = Otto</A>=20 </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20 title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, January 29, = 2000 2:49=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Com port = spying</DIV> <DIV><BR></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D510194701-29012000>There's one right above it that's supposed = to do 16=20 bit Windoze 3.1 API calls. Did you check that one as=20 well?</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D510194701-29012000></SPAN></FONT> </DIV> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria = Programming for=20 MS-DOS [<A=20 = HIO.EDU</A>]<B>On=20 Behalf Of </B>The Johnson Family<BR><B>Sent:</B> Friday, January 28, = 2000 3:29=20 PM<BR><B>To:</B> <A=20 = </A><BR><B>Subject:</B>=20 Re: Com port spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Thanks for the suggestion, but the = unregistered=20 version doesnt let me hook the 16 bit TAPI calls (the com port = communication=20 functions used by Win 3.11 programmes), and the programme I am trying = to spy=20 on is a 16 bit one.</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; = MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"> <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV> <DIV=20 style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: = black"><B>From:</B>=20 <A href=3D"mailto:joeotto at SWBELL.NET" title=3Djoeotto at SWBELL.NET>Joe = Otto</A>=20 </DIV> <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A=20 href=3D"mailto:EUPHORIA at LISTSERV.MUOHIO.EDU"=20 = title=3DEUPHORIA at LISTSERV.MUOHIO.EDU>EUPHORIA at LISTSERV.MUOHIO.EDU</A> = </DIV> <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Friday, January 28, = 2000 8:14=20 PM</DIV> <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Re: Com port = spying</DIV> <DIV><BR></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Nick,</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D470001307-28012000>I=20 haven't run it myself, but it looks like COMINS95.ZIP at <A=20 = may do what you need.</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000>Joe</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D470001307-28012000></SPAN></FONT> </DIV> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Euphoria = Programming for=20 MS-DOS [<A=20 = HIO.EDU</A>]<B>On=20 Behalf Of </B>The Johnson Family<BR><B>Sent:</B> Thursday, January = 27, 2000=20 4:41 PM<BR><B>To:</B> <A=20 = </A><BR><B>Subject:</B>=20 Com port spying<BR><BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>I have fairly recently purchased a = casio=20 digital organiser (at the cheaper end), and it came with a PC = interface.=20 Unfortunately, I am rather dissapointed with the software it comes = with, and=20 I want to write my own. To do this, I first need to know how it = communicates=20 with the computer. Casio wont tell me, and nor will the people who = wrote the=20 software, so I am left trying to figure it out for myself. What I = need for=20 this is some way to spy on traffic entering and exiting the com = port, and=20 distinguish which is coming from the organiser, and which from the = pc=20 programme. In short, I need a com port spying programme. Of course, = it has=20 to be able to work around the fact that windows programmes lock the = com port=20 when using it. How can I do this in euphoria?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial=20 ------=_NextPart_000_002E_01BF6B1F.73802780--