esp32-usbip-poc
esp32-usbip-poc copied to clipboard
Doesn't works with virtualhere
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
<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>
Hi, im not sure, but i believe virtualhere is not standard usbip protocol
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.