| | 13 | The Retail versions of both uniaud16 and uniaud32 only output error messages and other important messages. The Debug versions output much more |
| | 14 | verbose information. |
| | 15 | |
| | 16 | == Real Time Logs == |
| | 17 | |
| | 18 | You can see the log output in real time by connecting a terminal or second system to the serial port. |
| | 19 | |
| | 20 | Enable the serial output by adding the "/P:1" or the "/P:2" switch to Uniaud32.sys in your config.sys. |
| | 21 | /P:1 specifies to use serial port 1, and /P:2 specifies to use serial port 2. |
| | 22 | {{{ |
| | 23 | DEVICE=D:\MMOS2\UNIAUD32.SYS /P:1 |
| | 24 | }}} |
| | 25 | |
| | 26 | Set the serial port baud rate to 115200, 8 bits, no parity. |
| | 27 | {{{ |
| | 28 | mode com1:115200,n,8,1 |
| | 29 | }}} |