Pardon my stupidity, but I'm new to this and trying to use basic VISA functionality (from NI-MAX) to verify serial port functionality. I connect through COM1 to UUT. When I boot UUT, and check receive buffer with VISA GUI tool, it looks fine. I see proper data that is streaming from UUT. The receive data ends at a boot prompt sent by UUT.
But afterwards, when I transmit ANY data, and follow that by looking at receive buffer, all I receive is exactly what I transmitted (minus line-feed character). I know that the UUT is actually sending repeated login prompts if I do not send the proper login ID, but I NEVER see these once I've transmitted for the first time.
What am I missing? Thanks for any info....