Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Subhajit Das
#50225 What I want to do, is :

PC <-> WiFi router <-> ESP8266 <-> USB-TTL <-> USB device (such as webcam).

I need the help in -
    * Choseing USB-TTL: Will CP2102 module I have will do? I am thinking about attaching female port to USB part
    *ESP8266 programming: Will a transparent bridge cut it? I am thinking of using virtual ports at PC side.
User avatar
By Pablo2048
#50231 You have to study USB specification first. There are two basic USB classes USB Host and USB Device (and USB OTG...). So You need to have USB Host instead of CP2102 USB Device. Another thing is Your "USB device (such as webcam)" - it seems like You have no idea about how different devices on USB works so as I said - study USB specification first...
User avatar
By martinayotte
#50239 A Webcam over Serial port ? You're kidding ... :lol:
Even at the max baudrate 921600, you won't get the speed require for video streaming. :ugeek:
Also, like Pablo said, it is not simply question of changing USB connector time, there is no software/driver on ESP to do USB Host OTG.
User avatar
By Subhajit Das
#50280
Pablo2048 wrote:You have to study USB specification first. There are two basic USB classes USB Host and USB Device (and USB OTG...). So You need to have USB Host instead of CP2102 USB Device. Another thing is Your "USB device (such as webcam)" - it seems like You have no idea about how different devices on USB works so as I said - study USB specification first...

I have some Idea. And I know what you said about "USB Host instead of CP2102 USB Device".
But what I meant by "I am thinking", I mean how can I modify it to?