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 IamaSherpa 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: *

  1. shaunfrs

    serial communication problem

    Well, it took a few hours but I found the problem. The name of the serial communications ports are NOT "COM1", "COM2", etc. in Win CE and Pocket PC. They are "COM1:", "COM2:", etc. The difference between Win CE and Win32 is a colon (":")...
  2. shaunfrs

    internet dialling

    Looks like I can use the RAS API. Shaun (answering my own question)
  3. shaunfrs

    internet dial up

    Looks like I can use the RAS API. Shaun (answering my own question)
  4. shaunfrs

    internet dialling

    I am working on a project on the Pocket PC platform. I am developing the program using PenRight's MobileBuilder with eMbedded Visual C++ 3.0. I am trying to do an modem autodial from within my program. The only option I have found is to use the WININET functions. I have included the...
  5. shaunfrs

    internet dial up

    I am working on a project on the Pocket PC platform. I am developing the program using PenRight's MobileBuilder with eMbedded Visual C++ 3.0. I am trying to do an modem autodial from within my program. The only option I have found is to use the WININET functions. I have included the...
  6. shaunfrs

    serial communication problem

    I am trying to do serial communication in pocket pc. Anything I try either gets me a linker error or a runtime error. I've tried overlapped but I get a linker error when I try to use CreateEvent. I've tried non-overlapped but I get a runtime error 120 when it tries to create the handle using...
  7. shaunfrs

    dial internet in win ce

    I am working on a program in C that must dial and disconnect without user intervention. I have looked at the API reference on MSDN and took note of the InternetDial, InternetAutodial, InternetHangup, and InternetAutodialHangup functions. I included the wininet.h header file, added the...

Part and Inventory Search

Back
Top