I see references to the highspeed serial buffering (isr16550) and I
understand how it works.
The docs say you can use it (link it) with the ser16550 driver.
Is this also available/included for the oo16550? Is the high speed ISR in
there by default?
I looked at the code and can't tell. The sources for the oo16550 lib does
have an include referance that points to the isr16550 directory. If not can
I link it in? do I need to specify the two new registry entries (isrdll and
isrhandler)?
my sources uses:
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\com_mdd2.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\oo16550.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\serpddcm.lib
Does this mean my seral is not as good (fast) as it could be?