esp32-usbip-poc icon indicating copy to clipboard operation
esp32-usbip-poc copied to clipboard

Doesn't works with virtualhere

Open luc-git opened this issue 1 year ago • 3 comments

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>

luc-git avatar Feb 03 '24 22:02 luc-git

Hi, im not sure, but i believe virtualhere is not standard usbip protocol

chegewara avatar Feb 06 '24 23:02 chegewara

Yes it seems that virtualhere is too much for esp32 mcus https://www.virtualhere.com/comment/12564

luc-git avatar Feb 07 '24 19:02 luc-git

Yes, its what i thought. It also is commercial project, so hard to get any info about protocol or specification.

chegewara avatar Feb 07 '24 19:02 chegewara