Previous Topic: Wait for Data from the ApplicationNext Topic: Prevent an Infinite Wait


Problems with the WINP Command

Two problems can occur with the WINP command.

If the string "Ready" is never sent from the application, the program will go into an endless loop waiting for it to be displayed. Even if the application sends data that the program does not use, the WINP command will tell the program to continue execution. Unless you take measures to prevent an endless loop, the program can go into one if unexpected data is sent from the application.