I am building a unit with 64 serial ports (4 Acceleport 16em modules) and was wondering if these boards have the ability to multiplex. I have 26 debug outputs going into the first 2 modules and would like to put them all on one channel. The reason I would like to do this is so that all of the debug information is on one interface as opposed to opening up 26 different hyper-terminal sessions. Is there any way to do this?
There is no inherent multiplexing ability for any of the operating systems this product has drivers for. Each serial port is seperate from another. Best way to do this would probably be to handle it on the device side, but it might depend on the OS as to whether this is possible.
The OS is Windows Server 2003. Could anyone give me some advice on how to implement this? I’m not exactly a wizard in this area (I’m just a co-op student).