Wednesday, January 20, 2021

RasPi Console and Screen

I kept having trouble connecting to the serial console of my Raspberry Pi using the Linux screen command. I could always connect to it from PuTTY on my Windows machine, but the Linux screen command... no.


Well, I found a command that worked.

"screen /dev/ttyUSB0 115200,cs8,-ixon"

 

So, hurray!!!

 RasPi Pico and an OLED Screen My project for this morning was to connect a small I2C OLED screen to Raspberry Pi Pico and make it do someth...