After a somewhat ambiguous title:
I've just inherited a program in VB, a language I have no experience in, which apparently opens a serial port to COM4, and listens for incoming data. This data should be being generated by a hastily put-together box which is plugged in via USB. The program, however, isn't finding any.
How can I check whether any data is incoming on the COM4 port?
Thanks in advance
I've just inherited a program in VB, a language I have no experience in, which apparently opens a serial port to COM4, and listens for incoming data. This data should be being generated by a hastily put-together box which is plugged in via USB. The program, however, isn't finding any.
How can I check whether any data is incoming on the COM4 port?
Thanks in advance