I see other threads that deal with resetting VI problems but none that appear to have the answer that sorts my specific problem.
I have a program that started with the read/write basic serial example. I then modified the example to only a read function, as the serial device connected uses asynchronous string, instead of ask and get commands. Then program sorts and matches string components to display the data appropriately to the user. This program is simple and works well on one of my staff's computer using Window 7 Enterprise (dell latitude) but the same program run on the second staffs PC (Lenova ThinkPad) with window 7 enterprise seems to either crash or lock up. The same program on each but the Thinkpad always locks up showing a resetting vi box, and is causing the PC to lock up and they need to use task manager to force it closed. The only difference I can see is the serial port converter (pig tail). One PC uses one type the other a second type.
conversely, I removed the stop (abort) function on the application and programmed the Vi to finish a cycle before closing the program, but even that did not fix the problem. Any suggestions or advice would be appreciated.