I am trying to develop a software that can send commands to a Radio Packet TNC (Terminal Node Controller). The TNC is connected to one of the COM ports. As there is no specific documentation available for the TNC, I am not sure about the command syntax for the TNC. In order to send the command through the TNC I am using RealTerm software. When I type in something in RealTerm and press ENTER. The command is sent through the transceiver via TNC but If I send a anything on that COM port (on which the TNC is connected) using a simple Visual Basic Program that just opens the port and sends the data on the port, I don't see any response from the TNC as well as the Transceiver as it was in case of RealTerm.
I was wondering if anyone can help me monitor the COM port while I send commands through RealTerm and see the response of the TNC as the TNC sends some packets back to the RealTerm as an acknowledgement. Is there any software that can help me do that, so that I can see what kind of data is sent along with the command to the TNC by the RealTerm?
I tried to use Virtual COM port software, where I created a virtual COM port and bridged it with the physical COM port (on which the TNC is connected) and then monitored the virtual COM port as I expected that any data going in and out of the physical COM port would be visible through the Virtual COM port, but if a device is connected to the physical COM port, the bridging doesn't work.
Can anyone help me out on this?
Thanks,
Adnan