Re: testing a serial port
From: Si Ballenger (shb*NO*SPAM*_at_comporium.net)
Date: 10/13/04
- Next message: MowGreen [MVP]: "Re: SpyWare Stormer Help on removing please!!"
- Previous message: Cimbian: "Is Briefcase rght for me (XP pro and Outlook 2003)"
- In reply to: Eric Renken: "Re: testing a serial port"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 06:57:10 GMT
On Mon, 11 Oct 2004 23:48:11 -0400, "Eric Renken"
<ericrenken@msn.com> wrote:
>The easiest way is to use HyperTerminal, open HyperTerminal and connect
>directly to the COM port. If you have a serial modem you can connect to it,
>you should be able to at ATI4 and hit enter and get information back. If
>you don't have anything to connect to the COM port all you can really test
>is if you can open it. There are some loopback devices you can purchase and
>this would basically send back to you anything you send out.
>
>--
>Eric Renken
>Microsoft Associate Expert.
>Expert Zone
>http://www.microsoft.com/windowsxp/expertzone/
>
>
>
>"Donny" <Donny@discussions.microsoft.com> wrote in message
>news:338FDCB2-9A64-4A6B-B764-0064D66C3DE1@microsoft.com...
>> how many ways can i test if a serial port is working or not?
You could try the below batch file and see if an error gets
returned. No error probably means that windows recognizes a com1
port on your computer. You can also connect a volt meter with a
diode to the TX pin (#3 on a D-9 jack) and see if it deflects
towards 10v when you run the batch file (connect the meter + lead
to pin 3 and the - lead to pin 5).
@echo off
echo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa >com1
pause
- Next message: MowGreen [MVP]: "Re: SpyWare Stormer Help on removing please!!"
- Previous message: Cimbian: "Is Briefcase rght for me (XP pro and Outlook 2003)"
- In reply to: Eric Renken: "Re: testing a serial port"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|