12-28-2007 10:44 AM
12-28-2007 02:25 PM
01-02-2008 08:09 AM
01-02-2008 10:46 AM
As a work around, maybe it would be worthwhile to go into Device Manager on your development PC and rename it com port to be Com5 instead of Com1. When you are done with the project, then you can go back and make it com1 again.
Are you trying to actually run this VI on the development PC? When are you receiving the error message?
01-02-2008 11:02 AM
01-02-2008 11:27 AM
Check port2.vi example at this forum... that's what you're looking for... also you can create an INI file where you save wich COM port is used by your application. First time your application runs at target PC it reads that INI file, it finds that no COM port has been selected and run port2.vi example, modify INI file and, that's it !! ... your application won't have to ask for a COM port next time it runs, because a valid COM port is already at the ini file.
01-07-2008 09:00 AM
01-07-2008 09:02 AM
01-07-2008 09:15 AM
01-07-2008 09:40 AM