-
- Downloads
Fix bug that made sending packets under Win fail
Using Windows, the packet size of USB packets has to equal wMaxPacketSize defined in the so called 'endpoint descriptor' of the USB-HID (+ 1 byte with the report ID; see HIDAPI doc)
Der Projekt-Lifecycle auf git.rwth-aachen.de (Siehe: https://help.itc.rwth-aachen.de/service/ubrf9cmzd17m/article/1a0cfe327ffd46d7a62ab48df29c5b72/) wurde repariert und arbeitet derzeit ausstehende Projekte ab. Daher kommt es zu erhöhtem Mail-Aufkommen bei Projekten mit längerer Inaktivität.
--
The project lifecycle on git.rwth-aachen.de (see: https://help.itc.rwth-aachen.de/service/ubrf9cmzd17m/article/1a0cfe327ffd46d7a62ab48df29c5b72/) has been repaired and is currently processing pending projects. As a result, there is an increased volume of mail for projects with longer periods of inactivity.
Due to maintenance at 17.06.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable. In maintenance, GitLab is updated to version 18. Information about changes can be found at: https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/#breaking-changes
Using Windows, the packet size of USB packets has to equal wMaxPacketSize defined in the so called 'endpoint descriptor' of the USB-HID (+ 1 byte with the report ID; see HIDAPI doc)