Search found 4 matches
- Sun Aug 28, 2022 2:45 am
- Forum: General Discussion
- Topic: USB/IP on ESP32-S2
- Replies: 8
- Views: 14540
Re: USB/IP on ESP32-S2
Agree this is awesome would be great if you could share code so that we can "play" with it
- Thu Aug 25, 2022 4:03 pm
- Forum: General Discussion
- Topic: USB/IP on ESP32-S2
- Replies: 8
- Views: 14540
Re: USB/IP on ESP32-S2
Would also love to play with the code if you are willing to share... I am seeking to create a VirtualHere-like functionality using the esp32 to host a remote USB connection for a Windows or Linux client (which is what VirtualHere does in the world of Windows, Linux, and Android but not esp32) My use...
- Wed Aug 24, 2022 10:35 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S2 to create Virtual-Here like remote WiFi USB server?
- Replies: 1
- Views: 2301
ESP32-S2 to create Virtual-Here like remote WiFi USB server?
Currently, I use a Raspberry PI Zero running VirtualHere server to create a remote WiFi USB hub server with the VirtualHere client software running on my Windows Iaptop. This allows me for example to view and control my oscilloscope and digital function generator remotely since each of them is contr...
- Thu Aug 18, 2022 4:06 am
- Forum: ESP32 Arduino
- Topic: Turn off echo for WiFi Server/Client
- Replies: 0
- Views: 1053
Turn off echo for WiFi Server/Client
I am using the WiFiServer and WiFiClient (and WiFiMulti) libraries to allow me to Telnet over WiFi to communicate with the program running on the esp32. One of the first things my esp32 program does when a remote client connects is to ask for a password. For obvious reasons, I would like to disable ...