PopCom icon indicating copy to clipboard operation
PopCom copied to clipboard

Does not work in win10

Open f4grx opened this issue 5 years ago • 6 comments

win10 64 bits, up to date Nothing happens even if I tick the options in the context menu.

f4grx avatar Aug 07 '18 16:08 f4grx

What device are you trying to detect? Does it appear in Device Manager? Does it gets assigned with a COM port number?

avishorp avatar Aug 07 '18 19:08 avishorp

Both devices I tested were FTDI FT232RL converters, and they do get assigned port numbers.

If you detect ports via their internal device names it is possible that FTDI does not use the same device name format as usual USB CDC ports.

Here are some info strings from device manager

FTDIBUS\VID_0403+PID_6001+A501LI6JA\0000 FTDIBUS\COMPORT&VID_0403&PID_6001 ftdibus\comport&vid_0403&pid_6001 USB\VID_0403&PID_6001\A501LI6J \Device\00000267 \Driver\Serenum \Driver\FTSER2K \Driver\FTDIBUS

Enumerator is FTDIBUS

f4grx avatar Aug 08 '18 08:08 f4grx

If you detect ports via their internal device names

Apparently, it's rather using the class GUID (line 130 of Popper.cs) normally set to 4D36E978-E325-11CE-BFC1-08002BE10318 for COM (and //) ports.

f6fvy avatar Aug 08 '18 10:08 f6fvy

I see this: full name USB Serial Port (COM10)

class guid {4d36e978-e325-11ce-bfc1-08002be10318} bus type guid {00000000-0000-0000-0000-000000000000} container id {4d0f32ce-e418-5ec1-8147-cfbce55459d8} base container id {4d0f32ce-e418-5ec1-8147-cfbce55459d8}

f4grx avatar Aug 23 '18 07:08 f4grx

I'd like to add that besides the fact the some update made Popcom stop working, I had to uninstall because it was hogging WMI-Host (checked in event logs).

GitMoDu avatar Dec 14 '18 19:12 GitMoDu

Can you please share your full OS details (build number, edition etc.)? I have several Win 10 installation and they work without any issue.

‫בתאריך יום ו׳, 14 בדצמ׳ 2018 ב-21:35 מאת ‪André‬‏ <‪ [email protected]‬‏>:‬

I'd like to add that besides the fact the some update made Popcom stop working, I had to uninstall because it was hogging WMI-Host (checked in event logs).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/avishorp/PopCom/issues/2#issuecomment-447431646, or mute the thread https://github.com/notifications/unsubscribe-auth/ABImMgVI5B3T8GlAtJ2vhCqdUUrQeo5Tks5u4_2IgaJpZM4VydRw .

avishorp avatar Jan 06 '19 12:01 avishorp