commit | 59afee3128ead9837cd18f0e4b5d97ff0d80a5e6 | [log] [download] |
---|---|---|
author | Mark Pizzolato <mark@infocomm.com> | Thu Dec 13 13:46:43 2012 -0800 |
committer | Mark Pizzolato <mark@infocomm.com> | Thu Dec 13 13:46:43 2012 -0800 |
tree | bf9fb3758e707dd3ae1e4140990e118982435e77 | |
parent | b466bdc9c66c4d4f8e703f3a8d409372d92c245d [diff] |
Serial Multiplexer cleanup after review by Dave Bryan - Added functionality to return the lines with attached serial ports by calling tmxr_poll_conn one time after a serial port is attached. - Added the ability to close a serial port from the sim> prompt if a device implements a SET dev DISCONNECT=line command. A serial port is closed if the -C switch is specified on the DISCONNECT command line. - Cleaned up the multiplexer status display based on Dave's recommendations.