Hello,
I am trying to send a string of characters with the command PutString. The following is my code
invoke(hrealterm.'PutString','k');
My problem is that, I have to keep going back to realterm and entering after matlab prints the letter k. How can automatically execute the code on top, so I get a output from the port.
Thank you in advance.
=)
I am trying to send a string of characters with the command PutString. The following is my code
invoke(hrealterm.'PutString','k');
My problem is that, I have to keep going back to realterm and entering after matlab prints the letter k. How can automatically execute the code on top, so I get a output from the port.
Thank you in advance.
=)