Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by willy113

  1. willy113

    ProcommPlus Aspect code running on Labview

    ProcommPlus Forum, Porting Aspect language to LabView: ----------------------------------- I want to use National Instruments LabView program and run my ProcommPlus Aspect code under LabView. Per LabView tech support this will work as long as the code is ported to a Windows DLL file. Has...
  2. willy113

    Symantec terminates ProcommPlus !

    Hi Forum Users: When I could not find ProcommPlus on Symantec's web-site anymore, I called and customer support and tech support say that ProcommPlus has been discontinued and support has been stopped. Thanks to this forum site, support is still moving forward, but I am planning test...
  3. willy113

    How does one read the status of the 9 COM ports ?

    Hi Procomm Rep, Is there a way in Procomm+ to read the status of the 9 COM RS-232 ports ? Like ready, connected, etc. ? I noticed that there are 9 reserved words starting with COM1, COM2, etc. but I cannot access them thru Aspect. I want to write a module to dynamically select the next open...
  4. willy113

    Knoppix driver for R/W CF Disk media

    Hi Linux Forum, Can anyone provide me a link or information on where to get a driver for Knoppix V4.0 to allow write & read functions to a Compact Flash device thru a CF to IDE adapter that uses a PC IDE 40 pin atapi interface. Best Regards, Bill Lusche Sr. Development Engineer
  5. willy113

    Multiple capture files ina script ?

    Hi Knob, Thanks for the tip on using the sbsave command ! This works much better than either using the RGET, COMREAD or other commands to grap chars at a time and then process them. I also noticed that Procomm+ supports up to 1300 scrollback pages, but does that take up extra memory or present...
  6. willy113

    Multiple capture files ina script ?

    Hi Knob, I am actually trying to open a 2nd file after the 1st one is open to capture some terminal data from a command that fills 2-5 screens full of data, so that answers my question. I would rather leave the 1st "master" capture file alone and make a new way to capture comport/telnet data...
  7. willy113

    Multiple capture files ina script ?

    Hi Procomm+ Rep, I am having issues writing to a 2nd capture file in my script after it does succesfully creates it in the capture directory under Procomm+. My main capture file that starts at the start of my script and closes at the end still works fine. But when I issue a command to my UUT...
  8. willy113

    #include and code size Issues ?

    Hi Knob, Thanks for the help buddy !!! I reduced the number of .inc files and grouped all of the diferent type variables together in one file. (globals, inc, .h, .c, #defines, etc.) I also noticed that my complier option /F was OFF, so I turned it back on. I think this was due to...
  9. willy113

    #include and code size Issues ?

    Hi Knob, I just verified that they are all errors, actually > 20, since it appears Procomm+ can't find the variables contained in other #includes. I also already have the /F option turned on and have had it for some time now from earlier issues. An interesting experiment, is that on the first...
  10. willy113

    #include and code size Issues ?

    Procomm+ Rep, After making several code modifications to an exisiting Procomm+ Aspect working compiled program, I now get a lot of invalid variables and expression compliation errors on code that I know was working and has not been touched in months or years ? If I move around my #include...
  11. willy113

    Checking in script for open and in-use COM ports

    Knob, Thanks for the response, let me know when you get a chance to test this out on your side ? I am not using a modem, but only direct connections at this point. I will try and use the $STATMSG variable per your input, since I do see the message "Connection in use by another Procomm Plus...
  12. willy113

    Checking in script for open and in-use COM ports

    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...
  13. willy113

    ProcommPlus Serial port sessions

    Hi Knob, Yes, it disapeared from the list of connections, and the only way to get it back was to dump the config file and click on opening a Telnet sesion during the intial re-launch of Procomm+ with out the config *.dir file. I am using 4.8 Thanks, Willy113 Best Regards, Bill Lusche Sr...
  14. willy113

    ProcommPlus Serial port sessions

    Hi Knob, I see the error when I use the Quick Select Line and it shows up only if you first view the GUI selection, then once you get the ProcommPlus white hand mouse pointer icon, then click the left mouse button once only to see if the dark highlighted select in the pull-down menu matches the...
  15. willy113

    ProcommPlus Serial port sessions

    Hi Knob, I am confused on your last statement about direct connections are not supported in the Connection Directory, only actual modem connections ?? To change COM ports to COM4, should I use the Connection Directory code like this: - set modem connection direct connect-Com4 (Note: I use a...

Part and Inventory Search

Back
Top