sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

Problem on connecting a second LoPy to my computer #51

Closed Abramysv1 closed 6 years ago

Abramysv1 commented 6 years ago

I want to make 2 LoPy's communicate, so I have to connect both to my computer. I successed for the first one (which is connected to the serial port COM3), but when i connect the second one (which is connected to the serial port COM4), Pymakr still wants to connect to COM3, even if I change the "Device address" to "COM4". It seems that the modifications aren't taken in account..

I also have a problem with the "Sync Folder" which is not taken in account either, even if I change it.

I modified both for the first LoPy (and it worked), but I can't change it anymore now.

How could I fix it ?

image

Abramysv1 commented 6 years ago

Well, i've been searching for like 1 hour, and I discovered (I don't even remember how haha) the file named "pymakr.conf", which is the "source code" of these settings. So I entered into it and changed right there the settings from "COM3" to "COM4" for the "Device address" and from "Test" to "Projet\LopyB" for the "Sync Folder".

Now it works !

image