I have two standalone Atmega328P running and communicating using CH340 chip adaptors. How to make the IDE to recognize both together? I know that IDE serial monitor only talks with one at time, but I would like to list both and select one by one as needed. I am using IDE 1.8.5. Attached my screen for further details.
Having multiple devices with the same VID/PID shouldn't be a problem. I frequently have multiple CH340 connected to my computer without encountering this issue.
I don't know anything about this serial number thing. Do the CH340 even have one? How do you check what it is?
The IDE wont list clones the same way it does a true Arduino.
Partly because of the PID VID.
It can only currently list them as one name but on different COM ports.
Nor is there any current method to NAME and LOCK them eg UNOCLONE1,COM3 and UNOCLONE2,COM4 etc.
If you wish to log the data in two seperate streams from the two COM ports then there are a multitude of methods.
My favourite being PLXDAQ. which is very versatile with excel.
There is a whole long thread devoted to that somewhere.
Or two seperate terminal programs such as PUTTY, EASYTERM, etc etc.
That looks like a NON arduino related WiFi adaptor.
Also looks like you homed in on it via device manager to get that.
Uninstall of the IDE itself will not present that particular type of screen.
Try it with some of your other hardware and you will find it does not always give that option.
Your screen is partly how I home in when I am resetting the COM stack to clear unused ports in windows (any flavour)
Or if a user plays with COM settings trying to move COM ports around.
Most users just hit the regular UNINSTALL which for most software as we know leaves traces all over the place.
Hence the basic clean up attached further up.
rtek1000:
I've already changed the picture, to be a COM port instead of a wi-fi adapter
You should not modify posts after comments on them were made. It makes life confusing and might make those that commented on it look stupid; I was reading the reply and had no idea where ballscrewbob was talking about. Rather put the updated version of the picture in a new post.
sterretje:
You should not modify posts after comments on them were made. It makes life confusing and might make those that commented on it look stupid; I was reading the reply and had no idea where ballscrewbob was talking about. Rather put the updated version of the picture in a new post.
I agree with you, but think of the people who will search in the future, it would be even worse for them.