Good day. I have already been helped once here today, let's see if I can bat 1000!
I am slowly putting together a com application. I have now been able to successfully open and send a character of information to a USB device configured as a Virtual Serial Port.
However, here is the odd part. Within a command button, I send a single character using MSComm1.Output. It works great. Each click event on my command button sends out a different character successfully. But, if I try to send multiple characters one character at a time (each one using a separate MSComm1.Output line), I lock up my system completely. If I get lucky I can Ctrl-Alt-Del the application, but other times must reboot the entire system.
Personally, I can't see how this is any different except in how fast the characters are being sent, though there may be something else going on I have not considered.
Anyone have any ideas? Thanks in advance!
I am slowly putting together a com application. I have now been able to successfully open and send a character of information to a USB device configured as a Virtual Serial Port.
However, here is the odd part. Within a command button, I send a single character using MSComm1.Output. It works great. Each click event on my command button sends out a different character successfully. But, if I try to send multiple characters one character at a time (each one using a separate MSComm1.Output line), I lock up my system completely. If I get lucky I can Ctrl-Alt-Del the application, but other times must reboot the entire system.
Personally, I can't see how this is any different except in how fast the characters are being sent, though there may be something else going on I have not considered.
Anyone have any ideas? Thanks in advance!