#Serial Console

1 messages · Page 1 of 1 (latest)

atomic mural
#

Yes and I have it running a very simple script that flashes the LED and prints 'Hello, CircuitPython!' to the console (presumably).

crimson spire
atomic mural
#

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.

crimson spire
#

beta 6 ?

atomic mural
#

I don't know. This is all very new to me.

#

CircuitPython version is 7.0.0

crimson spire
#

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

atomic mural
#

1.03

#

I'm on Ubuntu and installed it via snap

crimson spire
#

ah you should update to 1.1.0-beta-6 to begin with

#

something like pip3 install mu-editor==1.1.0b6

atomic mural
#

It's extremely laggy to the point of being unusable, so I've been using SublimeText.

crimson spire
atomic mural
#

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.

crimson spire
#

there is something about the dialup group

atomic mural
#

Oh, yes, the dialout group. I did that and rebooted.

crimson spire
#

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

atomic mural
#

I will see if I can get Mu functioning properly.
I appreciate the help.

atomic mural
#

I tested the Feather with Mu on Raspbian on a Raspberry Pi. It found and connected to the serial console without a problem.

maiden barn
#

Yay!

stray igloo
#

also try checking dmesg output after plugging in the feather

atomic mural
#

@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).

stray igloo
#

it'll mention where it sets up the /dev entry

atomic mural
#

There is no mention of /dev in relation to USB devices.