Making serial monitor work for ubuntu

Hello,

I wanted to know how can I make the serial monitor work for ubuntu.

I am new to sparkcore, so please pardon me if the query sounds too basic.

Thank you in advance.

1 Like

You can try this post :

Ho @Rockvole,

Even i get exactly the same error.

Hello,

I tried the forum discussions, but still get the same error message.

someone is using “screen” the wrong way.

Try using minicom instead. Google or “man minicom” for usage.

1 Like

I was able to get particle serial monitor to at least open by installing serialport

sudo apt install serialport

However it closes immediately after opening.

Polling for available serial device...
"PortInfo.comName" has been deprecated. You should now use "PortInfo.path". The property will be removed in the next major release.
Opening serial monitor for com port: "/dev/ttyACM0"
Serial monitor opened successfully:
Serial connection closed.  Attempting to reconnect...
Serial monitor opened successfully:
Serial connection closed.  Attempting to reconnect...
Serial monitor opened successfully:
Serial connection closed.

Has anyone found a solution for this?