I have a procomm script which cycles through a number of COM ports to configure units connected to each port in turn.
The script works fine, it goes through and sets everything up nicely.
When the script gets to Com10, Com13, Com14, (and Com20, 23 & 24 for that matter) I get the error "port not responding - COM1".
The host PC is equipped with a 32 port Rocketport serial card - the terminal software supplied with the card works with ALL of the ports, so the problem lies with ProComm.
I have edited pw4.ini as suggested by symantec's knowledgebase and Procomm can 'see' all the ports above COM9 but as I say, it can't open 10, 13, 14, 20, 23, 24, 30, 33, 34 for some reason. The Rocketport ports start at COM5 FYI.
I realise that the pw4.ini file workaround isn't guaranteed to work with all hardware - but - does anybody know of a workaround for this problem? I've already thought about skipping some ports in my setup but I really need all 32 ports to work!
I have hit upon the idea of making a program (or DLL) which gets passed a string to it as a parameter. The COM port to use would also be passed as a parameter...
In the current script I use 'waitfor' quite extensively - so I would also need a program or DLL to replace that.
Can anyone help?
The script works fine, it goes through and sets everything up nicely.
When the script gets to Com10, Com13, Com14, (and Com20, 23 & 24 for that matter) I get the error "port not responding - COM1".
The host PC is equipped with a 32 port Rocketport serial card - the terminal software supplied with the card works with ALL of the ports, so the problem lies with ProComm.
I have edited pw4.ini as suggested by symantec's knowledgebase and Procomm can 'see' all the ports above COM9 but as I say, it can't open 10, 13, 14, 20, 23, 24, 30, 33, 34 for some reason. The Rocketport ports start at COM5 FYI.
I realise that the pw4.ini file workaround isn't guaranteed to work with all hardware - but - does anybody know of a workaround for this problem? I've already thought about skipping some ports in my setup but I really need all 32 ports to work!
I have hit upon the idea of making a program (or DLL) which gets passed a string to it as a parameter. The COM port to use would also be passed as a parameter...
In the current script I use 'waitfor' quite extensively - so I would also need a program or DLL to replace that.
Can anyone help?