You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code works fine in windows and when i switch OS --- i dont have to reconnect - as the same keyboard works
but when the machine is booting - and when i want to enter into bios - thats where i get "write could not complete without blocking"
the actual exception is generated from send_keys.... hid_handle.write() method
for me, the actual use case was my bluetooth keyboard should work in bios -- it should help me to enter bios ... but unluckily thats where i am facing above issue .. do let me know if you need any further details to look into it
The text was updated successfully, but these errors were encountered:
@Hacksore Thanks -> i have raise the issue there -> lets see
I mean What you did is exactly what i was looking for -> but it does not solve my main problem
The code works fine in windows and when i switch OS --- i dont have to reconnect - as the same keyboard works
but when the machine is booting - and when i want to enter into bios - thats where i get "write could not complete without blocking"
the actual exception is generated from send_keys.... hid_handle.write() method
for me, the actual use case was my bluetooth keyboard should work in bios -- it should help me to enter bios ... but unluckily thats where i am facing above issue .. do let me know if you need any further details to look into it
The text was updated successfully, but these errors were encountered: