Hi,
I want to make a serial port monitor that will monitor i/o data without interfering with it.
When I searched around the web, I found references for solutions regarding some driver changes or something in that area.
Does anyone have experience in this area? Maybe have a nice example?
Thanks.
Mike GoldPosted Jul 20, 2005, 7:30 AM
mscomm32.ocx into your form and use this control. A great article that shows you how to do this is
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320
-Mike G