WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Serial
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Use the Serial Extender for Direct Connection between PCs (no Modem Used)

Keywords: 	  direct connection serial

Question:

I want to use the serial extender to transfer files over a com port between 2 computers.

All of the examples in the serial extender use modem connections. So if I'm doing it direct, for:

 	pComOpen(port,rsvd,baud,format,handshake) 
should I leave the baud, format, and handshake as null strings?

And in the pSendFile(port,proto,path,reserved,progressdialog), what should I specify as a protocol?

Answer:

No. The params must be filled in. And identically on both computers.

I recommend starting at 9600 baud 8N1 RTSRTS

After is is working, the baud may be increased to the highest rate that reliably works.

A special "null modem" serial cable is required to connect the two serial ports.

Zmodem is a favorite.


Article ID:   W12571
Filename:   Direct Serial Connection - No Modem.txt
File Created: 1999:04:15:16:48:08
Last Updated: 1999:04:15:16:48:08