-
• #2
What output do you get with baud rate at 9600?
-
• #3
Here:
1 Attachment
-
• #4
This also happens when i connect the esp82 module standalone
-
• #5
If you open the Espruino IDE and hit the Connect button, do you see your device in the list?
-
• #6
Yes. and it connects okay.
-
• #7
But trying to type in the commands doesn't work.
Though the RX button on the programmer blinks, meaning it receives the signals. -
• #8
And are you trying to use screen to connect to the same device that the IDE marks as "Espruino board"? On my system trying to use a /dev/cu.* device fails, but I get two devices listed in the IDE, the other one being a /dev/tty.* device, which works.
-
• #9
It Really doesn't appear as Espruino Board, it shows the port and i can connect succesfully.
1 Attachment
-
• #10
So in your case, try
screen /dev/tty.usbserial-A9048H4B
-
• #11
Not working.
1 Attachment
-
• #12
I don't know then I'm afraid.
-
• #13
Are you using 115200 in the ide baud rate setting?
Am using Sparkfun thing, and i successfully flashed the firmware (v1.92), also i've followed all steps successfully. Though when i try to serial in, the response am getting is not even human readable. Changing the baud rate really doesn't help.
What could be the issue?
1 Attachment