Anyone using the slime support for ulisp?


#1

I’m trying to get it setup, but it says serial not found. So I tried pip install serial, and now it says No module named ‘serial.tools’, so I’m guessing it’s either the wrong serial package or version.


#2

Ah, looks like I needed the pyserial package instead.


#3

Hmm, now I’m getting no errors running the swank server in the shell, but when I try to connect with slime-connect in emacs it says connection refused.


#4

Ah okay, when I killed the process it gave this:

ulisp.NoPortFoundException: No port found for “Raspberry Pi Pico”

So looks like I just need to figure out what the port shows up as.


#5

So now I’m not getting any errors from the python script, and it still won’t connect. Guess I need to do some research into python debugging to see what’s going on.


#6

Make sure all other programs that you were using to access that specific serial port have been exited.


#7

Thanks @fe2o3, between that and restarting the board, it now works!


#8

See also: Slime support for uLisp