We are trying to intercept data between pos and printer.
The problem we have ran into is the POS reports the printer x is offline when we connect it to com0com endpoint.
an instance of hyperterminal on each side of com0com endpoints do communicate with each other.
I never knew there was a way to detect if hardware was actually connected to the serial port. Normally I write to the com port regardless if there is a device listening. I know the pos uses opos as it's underlying way to communicate to the printer. What event is opos firing to notify the pos application to think the printer is offline? How does the hardware identify if a device is connected? Is there anyway to circumvent this event when using com0com?