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 wOOdy-Soft 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 morenop

  1. morenop

    VFP and ReadFile() on WIN32API

    I now is easier with MSCOMM but it seems that it sends some garbage sometimes, that why I'm trying to use "RAW stuff", I set the COM settings on the system properties, assuming it will take them as they are. What is the "WaitForSingleObject"? (I'm new on this)....
  2. morenop

    VFP and ReadFile() on WIN32API

    I'm trying to read from the COM1 port from a scanner, I do the test of the (createfile) but when I do the Readfile() I get nothing, can someone help? This is the code : clear hPort =0 DECLARE INTEGER CreateFile IN kernel32; STRING lpFileName, INTEGER dwAccess, INTEGER dwShareMode...

Part and Inventory Search

Back
Top