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!

Search results for query: *

  • Users: willy113
  • Content: Threads
  • Order by date
  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 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...
  6. 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...
  7. 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...
  8. willy113

    ProcommPlus Serial port sessions

    Hi ProcommPlus/Aspect Rep, I just installed a PCI card with 4 Serial ports onboard and along with the 2 resident serial ports on the MLB in the PC, that gives me a total of 6 ports to work with. I understod that ProcommPlus supports up to 8 or 9 concurrent connection dierctory entries, but...
  9. willy113

    Writing a Procomm+ waitfor function with params

    ProcommPlus Rep, I have used the ProcommPlus transmit and waitfor commands so much, that I would like to now write a function call with passed params to get rid of the thousands of hard coded lines of waitfor and transmit code. I can get the waitfor to work with the 1st string param, but need a...
  10. willy113

    Runtime debugger or screen avaiable ?

    Hi ProcommPlus, I remember sometime ago last year when I was just starting to use ProcommPlus48 and someone answered that there is a hidden tool or utility that acts like a runtime debugger for the ProcommPlus app. - Is this true ? - If so, how do I invoke it ? - I remember seeing a white...
  11. willy113

    PW4.8 File Conversion Utility questions

    I took some older Procomm code before 4.8 and ran the conversion Utility on it and here are some questions: 1. Can I safely assume that if I choose Windows 1.x when the program is unable to detect the version of the code, that the code will get checked and modifed for ALL versions between 1.0...
  12. willy113

    pwtitlebar command question ...

    Hi PP48 Rep, I have been using the ProcommPlus "pwtitlebar" command for some time now with no issue, but as time goes on I have kept on expanding my string length out to now over 100 chars. - When I pass a %d or %i string variable into a func that displays to this titlebar, after 100 str len, I...
  13. willy113

    DialogBox & UserWindow question ...

    I am new new to using ProcommPlus 4.8 DialogBoxes and UserWindows and would like to know the following: 1. Can the font type and sixe be modified in a DialogBox ? - I have not been able to find a way to do so yet.. 2. Can the color be changed for the DialogBox like is avaiable in the...
  14. willy113

    Changing colors of Procomm fields and terminal screen ?

    ProcommPlus/Aspect questions regarding colors in the ProcommPlus Terminal screen.... 1. Can you provide the "index criteria" for the command "terminal colors index|string" ?? - I could not find the index that I would think map out to several color combinations for the terminal screen...
  15. willy113

    How to extract variable sized numbers in character array

    I am looking for help or code examples on how to extract a series of numbers in a string that are always seperated by a "white space". The following code example worked fine when I knew that the numbers were always going to be 2 bytes long, using the ProcommPlus "substr" command. Now the...

Part and Inventory Search

Back
Top