Hi Procomm+ Guru,
I am trying to check using Aspect, whether 6 installed COM ports are good/active and if in use by another application.
But when I verify using the "set modem connection" command sequence and try to connect to a port in-use by Procomm+,
I do see a Procomm+ error message on the status line saying
"Connection in use by another Procomm Plus session" but my
script stills connects to COM1, and I want to have several
Procomm+ scripts runing and connecting to the next available COM port (COM1 - COM6)
Here is what I check for:
pwmode TERMINAL
set modem connection directConnectCOM1
if FAILURE
set modem connection directConnectCOM2
endif
if FAILURE
set modem connection directConnectCOM3
endif
; Keep going till COM6
dialsave
setup save
connect "DATA", "BROCADE_3200", "Brocade_3200_Serial", "", ""
This has been working for 2 years for COM1 ONLY.
Now I am trying to expand a BURNIN test process with 4-6 Procomm+ session runnning on a single PC with multiple PCI COM ports.
If I launch 4 generic Procomm+ applications with no script running, they automatically grap the next COM port,
(COM1 thru COM4) sequencially as I would expect and would also like to do in the script ...
Can you help me out what I am doing wrong ??
Best Regards,
Bill Lusche
Sr. Development Engineer
I am trying to check using Aspect, whether 6 installed COM ports are good/active and if in use by another application.
But when I verify using the "set modem connection" command sequence and try to connect to a port in-use by Procomm+,
I do see a Procomm+ error message on the status line saying
"Connection in use by another Procomm Plus session" but my
script stills connects to COM1, and I want to have several
Procomm+ scripts runing and connecting to the next available COM port (COM1 - COM6)
Here is what I check for:
pwmode TERMINAL
set modem connection directConnectCOM1
if FAILURE
set modem connection directConnectCOM2
endif
if FAILURE
set modem connection directConnectCOM3
endif
; Keep going till COM6
dialsave
setup save
connect "DATA", "BROCADE_3200", "Brocade_3200_Serial", "", ""
This has been working for 2 years for COM1 ONLY.
Now I am trying to expand a BURNIN test process with 4-6 Procomm+ session runnning on a single PC with multiple PCI COM ports.
If I launch 4 generic Procomm+ applications with no script running, they automatically grap the next COM port,
(COM1 thru COM4) sequencially as I would expect and would also like to do in the script ...
Can you help me out what I am doing wrong ??
Best Regards,
Bill Lusche
Sr. Development Engineer