PB 6.30 b3 - ExamineHIDs() freezes
Posted: Fri Oct 10, 2025 11:45 pm
This code sometimes it freezes. Need to run PB IDE with sudo in the terminal. If you run it too many times, it may freeze for a few minutes.
Maybe this is the reason viewtopic.php?p=646123#p646123
Code: Select all
ExamineHIDs()
While NextHID()
Debug HIDInfo(#PB_HID_Product)
Debug HIDInfo(#PB_HID_Manufacturer)
Debug HIDInfo(#PB_HID_VendorId)
Debug HIDInfo(#PB_HID_ProductId)
Debug HIDInfo(#PB_HID_Path)
Debug HIDInfo(#PB_HID_SerialNumber)
Wend
Maybe this is the reason viewtopic.php?p=646123#p646123