We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtualhere can connect to the esp32 but after some time it is automatically disconnected. If we look in logs there is a incorrect function
incorrect function
An xml detail from the windows Event Viewer
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="VirtualHere Client USB Sharing" /> <EventID Qualifiers="0">1</EventID> <Version>0</Version> <Level>4</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-02-03T21:48:55.1222746Z" /> <EventRecordID>47434</EventRecordID> <Correlation /> <Execution ProcessID="18448" ThreadID="0" /> <Channel>Application</Channel> <Computer>EXAMPLE</Computer> <Security /> </System> <EventData> <Data>Connection 761 socket closed (rx)</Data> </EventData> </Event>
The text was updated successfully, but these errors were encountered:
Hi, im not sure, but i believe virtualhere is not standard usbip protocol
Sorry, something went wrong.
Yes it seems that virtualhere is too much for esp32 mcus https://www.virtualhere.com/comment/12564
Yes, its what i thought. It also is commercial project, so hard to get any info about protocol or specification.
No branches or pull requests
Virtualhere can connect to the esp32 but after some time it is automatically disconnected. If we look in logs there is a
incorrect function
An xml detail from the windows Event Viewer
The text was updated successfully, but these errors were encountered: