
Testing PCMCIA com ports from DOS
- Document ID: 94000249
- Posted Date: 1996-08-19
- Last Updated: 1996-08-19
- Distribution: View Public Website
- Applicable Models
Satellite 100CS Satellite 110CS Satellite 110CT Satellite 200CDS Portege 610CT Portege 650CT Portege 660CDT Tecra 500CDT Tecra 500CS Tecra 510CDT Tecra 530CDT Tecra 700CS Tecra 700CT Tecra 710CDT Tecra 720CDT Tecra 730CDT Tecra 730XCDT Tecra 740CDT Satellite Pro 400CDT Satellite Pro 400CS Satellite Pro 415CS Satellite Pro 425CDS Satellite Pro 430CDS Satellite Pro 430CDT
- Information
- INFORMATION:
In order to test PCMCIA com ports successfully without getting the write fault error from MS-DOS Prompt you must type the following lines :
C:\>mode com2:9600,n,8,1,p ( wait for a response )
C:\>echo atz > com2 ( you should receive a new c:\> )
If you do not get to a new prompt or the system hangs, there is a possible modem problem.
Below is a batch file for your convenience with the above lines. To run the batch file you type the following:
c:\>COMTEST COMx ( COMx, x Meaning Port Number, example: COM2, COM1, COM3 ).
Batch File:
MODE %1:9600,n,8,1,p
PAUSE
ECHO.
ECHO.
ECHO ATZ > %1
KEYWORDS: SERIAL PCMCIA TEST PORT RS232 COM PORT MODEM
- Export Control and EULA
- Use of any software made available for download from this system constitutes your acceptance of the Export Control Terms and the terms in the Dynabook end-user license agreement both of which you can view before downloading any such software.