I’m sending some data to my computer through serial port. Thus, I want to load a VBNet program to be loaded once data arrives at the said port. In other words, the program will be triggered by data arriving at the port.
How can I implement that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this. It assumes 3 bytes will be received. You will need to change it for the number of bytes you will be sending. As Mark suggests, use Process to start the program. Alternatively, you could use Shell.