nmdm (4)
Leading comments
Copyright (c) 2001 The FreeBSD Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANT...
NAME
nmdm - nullmodem terminal driverSYNOPSIS
device nmdmDESCRIPTION
The driver provides two tty(4) devices connected by a virtual ``null modem'' cable.If either of the two tty devices have the CDSR_OFLOW bit (``stty dsrflow '' ) set in their line discipline, the device will emulate the speed configured in the termios(4) settings. The speed emulation works independently in the two directions, controlled by the slower end's termios settings ( c_ispeed , c_ospeed CS5 ... CS8 , CSTOPB and PARENB )
FILES
- /dev/nmdm N [AB ]
- nullmodem device nodes. Where the A node has a matching B node.
The driver implements ``on-demand device creation'' so simply accessing a given instance in /dev will create it.