Re: Comm Ports 10+

Tech-Archive recommends: Fix windows errors by optimizing your registry



this should work

CreateFile("\\\\.\\COM10",.....);

AliR.

"Ian Semmel" <isemmelNOJUNK@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OAp2MZCAGHA.1268@xxxxxxxxxxxxxxxxxxxxxxx
> USB devices can have a comm port number greater than 9.
>
> In these cases, what is passed to CreateFile ?
>
> I have something in the back of my mind that there is a different syntax,
but
> anyway, "COM10" doesn't appear to work.


.



Relevant Pages

  • Re: Comm Ports 10+
    ... >> USB devices can have a comm port number greater than 9. ... what is passed to CreateFile? ... And why allow COM1 through 9 without that? ...
    (microsoft.public.vc.mfc)
  • Re: CreateFile for USB device returns ERROR_FILE_NOT_FOUND
    ... I am trying to communicate directly with a USB webcam. ... Both the webcam and my gamepad return ERROR_FILE_NOT_FOUND from CreateFile. ... The DevicePath seems to be correct, becuase I can get a handle to some ... What would cause CreateFile to not get a valid handle on some USB devices? ...
    (microsoft.public.win32.programmer.kernel)
  • Re: use createfile to access usb device
    ... When I call createFile() with this device name, ... since eventually I want to enumerate all USB devices, ... I am trying to send some SCSI commands to a USb device. ... Tim Roberts, timr@xxxxxxxxx ...
    (microsoft.public.development.device.drivers)
  • Re: Comm Ports 10+
    ... Check Abdoul ... > USB devices can have a comm port number greater than 9. ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • USB I/O Library
    ... Does anyone has I/O library that work with USB devices on Win 2K/XP. ... Open/Close ... I tried using CreateFile(), WriteFile, etc... ...
    (microsoft.public.vc.language)