Finally got MS/TP communicating on ports/rtos32. I still need to verify that it is doing things correctly since it seems a little slow to respond to service requests. Still more work to do refactoring the state machine.
This commit is contained in:
@@ -37,7 +37,8 @@ COMPort COM1 115200 // use COM1 with 115200 baud
|
||||
VideoRAM = None // program output sent to debugger - clrscr() crashes it.
|
||||
#elifdef DEBUGCOM3
|
||||
COMPort COM3 115200 9 // use COM3 IRQ9 115200 baud - Everex EV170 serial card
|
||||
VideoRAM = ColorText // program output sent to debugger - clrscr() crashes it.
|
||||
//VideoRAM = ColorText // program output sent to Graphic Card
|
||||
VideoRAM = None // program output sent to debugger - clrscr() crashes it.
|
||||
#else
|
||||
COMPort COM3 115200 9 // use COM3 IRQ9 115200 baud - Everex EV170 serial card
|
||||
VideoRAM = ColorText // program output sent to Graphic Card
|
||||
|
||||
Reference in New Issue
Block a user