Hi All 
Im trying to open a usb port for communication with an arduino card and i just 
want to check how to get the right path name for the usb port.
this->hSerial = CreateFile("/dev/COM3",
            GENERIC_READ | GENERIC_WRITE,
            0,
            NULL,
            OPEN_EXISTING,
            FILE_ATTRIBUTE_NORMAL,
            NULL);
Im sure i am connecting the card to COM3 i just want to know how do i check the 
path name for it on a windows xp machine or are they always the same. i have 
done google searches on this already and havent found a satisfying answer. can 
anyone help me pls.
thanks

Reply via email to