The term "Null Modem" is really only applicible to a serial connection.
Traditionall serial devices are called "DTE" (Date Terminal Equipment) -
Terminals, computers, printers etc. or "DCE" (Data Communication Equipment)
- Modems.
A DTE only talkes to a DCE - a "Null Modem" transitions the lines to be in
the right place for a DTE to talk to another DTE.
Max standard serial speed of a PC is 115,200 bits/second. With 1 start
bit, 8 data bits (byte) and 1 stop bit, /10 = max transfer speed of
11520 bytes/second (11.5k bytes) any transfer protocol will have some
overhead, so actual rate will be slightly less.
Parallel can transfer up to 8 bits at a time, and with specialized features
like ECP, EPP supporting interrupts and DMA may are theoretically able to
transfer much faster, but that's only to a device designed to receive the data
that way, and only in one direction. There are some kludges which can make
it mostly work two ways - usually requiring some "smarts" in the cable, and
limits the types of ports you can use.
Most vendors use a much simpler bidirectional cable that only transfers
4 bits at a time, requires no "smarts"and doesn't take advantage of
interrupts and DMA...
My own DDLINK transfer software can use: Serial, Parallel or Network
I did some tests a while back, transferring a 1mb (binary = 1048576 byte)
file:
Serial 115,200: 93 seconds = about 11.3k bytes/sec
Parallel LPT: 24 seconds = about 43.6k bytes/sec
10mbLAN: <2 seconds = >525k bytes/second
Your number sounds about right. LPT is still almost 4x faster than you
could do serial - If your machine has a network port and you can find a
"packet driver" for it (there are LOTs available) - you could go much
faster with that!
Dave ::: https://dunfield.themindfactory.com ::: "Daves Old Computers"->Personal