#Serial Console
1 messages · Page 1 of 1 (latest)
Yes and I have it running a very simple script that flashes the LED and prints 'Hello, CircuitPython!' to the console (presumably).
No. Right now it's connected as CIRCUITPY
I don't know if it's useful, but Mu doesn't see an attached device when I click the 'Serial' button.
beta 6 ?
it should be in the Mu window title I think, or at the top of the log when you click on the wheel at the bottom right
or cog actually
ah you should update to 1.1.0-beta-6 to begin with
something like pip3 install mu-editor==1.1.0b6
It's extremely laggy to the point of being unusable, so I've been using SublimeText.
I'm not the right person for linux minutia though, it's beyond my knowledge, what I know is that there might be permission issues on linux, but I don't know if it's relevant: https://learn.adafruit.com/welcome-to-circuitpython/kattni-connecting-to-the-serial-console#serial-console-issues-or-delays-on-linux-3105120-9
I've been trying to access the serial console via the default Linux console, but the serial port doesn't seem to show on the list.
I don't believe I can address potential permission issues until I know the serial port.
I will look into updating Mu and see if that resolves anything.
there is something about the dialup group
Oh, yes, the dialout group. I did that and rebooted.
Mu starting with 1.1.0 beta 5 has a module that will identify the port automatically but looking for the serial ports names, so if it's on something else than ttyACM0 for some reason it should find it, but beyond that I don't know
I will see if I can get Mu functioning properly.
I appreciate the help.
I tested the Feather with Mu on Raspbian on a Raspberry Pi. It found and connected to the serial console without a problem.
Yay!
also try checking dmesg output after plugging in the feather
@stray igloo What should I be looking for in the dmesg output?
It looks like it recognizes the Feather M4 Express as a USB device (as well as the keyboard and mouse).
it'll mention where it sets up the /dev entry
There is no mention of /dev in relation to USB devices.