I am using 6i on a system with windows2000. When I build serial interface application with a controler, it will not open, I receive a windows type error and windows closes my program(See other post). However, if I create it with a constant, it will run. The problem is, I may want a different Com port on different machines. My temp fix is that I have a case structure with com 1, and com 2 with a boolean control. I would rather have it with a controler showing all options available. Anyone have any ideas?
Thanks!!