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 bkrike 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: jsoltero
  • Content: Threads
  • Order by date
  1. jsoltero

    Serial Port configuration

    I'm using an API WIN to control the serial port, but I can't send or read information when the port is bigger then 9. This is the code that I use to assign the corresponding port IF com_port <= 9 THEN portid = &quot;COM&quot;+String(com_port) work very well ELSE portid =...
  2. jsoltero

    How declare and execute a visualbasic dll in powerbuilder

    I have a problem, I need to execute a visualbasic dll in powerbuilder, but I don't know how declare and how execute it. This dll has two funtions that I need to call and execute pasing some parameters. But my problem is how declare this dll and call that funtions. Thanks a lot. Joel

Part and Inventory Search

Back
Top