WDF serial sample question

When installing the kmdf serial sample driver the ‘Port Settings’ tab is missing. I used the inx included. Any ideas why this might happen?

You need to add a section in your INF file to add this tab to registry, something like that:

[Serial_Inst.NT]
CopyFiles=Serial.CopyFiles
AddReg=Serial_AddReg

[Serial_AddReg]
HKR,PortSubClass,1,01
HKR,EnumPropPages32,“MsPorts.dll,SerialPortPropPageProvider”

S.