Arclight
Arclight
This pull request helps to get serial port information in windows consistent with other platforms (including description, hwid, serial_number, location, manufacturer, product and interface). Since the original code didn't get...
## Add full duplex communications support on Windows. When I use a separate thread to read the serial data, I notice that the write operation is blocked. Here is a...
I noticed that only `cyclic_position_mode` and `cyclic_velocity_mode` are provided by Cia402 Driver, but `cyclic_torque_mode` seems to be missing. I found some relevant code, but `Cyclic_Synchronous_Torque` is not used at all....
In `winforms.py`, the `create_file_dialog` function returns a string value that is not of type `Sequence[str] | None` when saving a file, which is inconsistent with its function signature. https://github.com/r0x0r/pywebview/blob/02daa3ad41821a900b5c7e9bf5bec9d53614667a/webview/window.py#L502-L510 The...
I really like this project and have been using it to create portable user interfaces for my Python projects. While deeply integrating `pywebview`, I found it frustrating that *frameless* windows...