00:27:57 interesting, getting the same behavior on latest OI as well 10:49:53 https://briancallahan.net/blog/20230705.html 10:49:54 are you guys going to try portable c compiler 16:44:26 has anyone successfully connected to a raspberry pi serial port (via USB adapter) from an illumos machine? I seem to be doing it wrong. 16:44:43 I want to establish that I have serial control before I flash it with the braich bits 17:02:07 nahamu 115200? 17:02:32 nahamu: I think everyone doing that is super busy at the minute. 17:03:24 nahamu this does not help: https://elinux.org/RPi_Serial_Connection ? 17:03:32 :facepalm: 17:03:39 yes, it's running at 115200 17:03:45 I was using 9600 17:04:04 I am connecting to mine from an omnios box, just using `screen` as it's easy 17:04:10 :) yes, modern devices seem to default to 115200 17:04:21 `screen /dev/cua/0 115200` 17:05:37 yesh, I can connect to it. 17:05:45 *yes / yeah 17:06:18 stty < /dev/cua/1 lied to me 17:08:51 our default settings for serial ports is still 9600, stty did report that.