Cables & Adapters
Null modem is a communication method to connect two DTEs (computer, terminal, printer etc.) directly using a RS-232 serial cable. The original RS-232 standard only defined the connection of DTEs with DCEs i.e. modems. more...
Home
Amplifiers
Audio Accessories & Cables
Cable TV
DVD Players & Recorders
Digital Video Recorders, PVR
Gadgets & Other Electronics
Home Audio
Home Theater Projectors
Home Theater in a Box
Radios: CB, Ham & Shortwave
CB Radio
Ham Radio
Accessories
Antennas
Batteries & Chargers
Books, Manuals, Magazines
Cables & Adapters
Headsets & Earbuds
Keys
Microphones
Other Accessories
Power Supply
Speakers
Amplifiers
Meters
Oscillators & Filters
Other Ham Radio
Receivers
Transceivers
ICOM
Kenwood
Motorola
Other Brands
Yaesu
Transmitters
Tubes
Tuners
Other
Scanners
Shortwave Radio
Satellite Radio
Satellite TV
Telephones & Pagers
Televisions
VCRs
Vintage Electronics
With a null modem connection the transmit and receive lines are crosslinked. Depending on the purpose, sometimes also one or more handshake lines are crosslinked. Several wiring layouts are in use because the null modem connection is not covered by a standard.
Null modems are commonly used for file transfer between computers, or remote operation. Under the Microsoft Windows operating system, the direct cable connection can be used over a null modem connection. The later versions of MS-DOS were shipped with the InterLnk program. Both pieces of software allow the mapping of a hard disk on one computer as a network drive on the other computer. No ethernet hardware (such as a network interface card or a modem) is required for this.
The popularity and availability of faster information exchange systems such as ethernet made the use of null-modem cables less common. Nowadays, such a cable can still be useful to kernel hackers though, since it allows the user to remotely debug a kernel with a minimum of device drivers and code (a serial driver mainly consists of two FIFO buffers and an interrupt service routine). ddb or KGDB can be used to remotely debug BSD systems, for instance. This can also provide a serial console through which the in-kernel debugger can be dropped to in case of kernel panics, in which case the local monitor and keyboard may not be usable anymore (the X11 server reserves those resources if a GUI is used, and dropping to the debugger in the case of a panic won't free them).
Null modem cables and adapters
A null modem cable is an RS-232 serial cable where the transmit and receive lines are crosslinked. In some cables there are also handshake lines crosslinked. In many situations a straight through serial cable is used, together with a null modem adapter. The adapter contains the necessary crosslinks between the signals.
Null modem cable pin mapping
This is one very common mapping which will work with software that relies on proper assertion of the CD signal.
Here is another pin connection diagram for a null modem: 
Virtual null modem
Virtual null modem is also communication method to connect two computer applications directly using virtual serial port. Unlike null modem cable, virtual null modem is software solution which emulates hardware null modem in computer. All features of hardware null modem are available in virtual null modem as well. Nevertheless there are some advantages:
more transmission speed of serial data (limited by computer performance only);
unlimited distance because virtual connection over network or Internet is possible;
unlimited number of virtual connections is possible;
no serial cable is needed.;
serial port of computer is free;
Read more at Wikipedia.org
|