I'm keen to install @TheRockstorProject on a NAS. This is a navigable setup menu in #minicom. It's being sent to a terminal on a laptop over a USB-TTL adaptor. I wonder how to select a different boot device...

Been working on a small minicom/picocom clone in Rust for the past day, using some Rust packages allowing it to run crossplatform since I preferred that to PuTTY, managed to get it to work vaguely as a terminal, still needs work

Reviewers welcome  

https://github.com/jasonalexander-ja/nanocom

#rust #terminal #serial #windows #minicom #picocom #TerminalEmulator #oss #opensource

After trying all free serial programs from AppStore, I’m convinced that good old #Minicom (installed from homebrew) is still the best, most stable and feature rich interface for interactive serial communication with microcontrollers.

💡 #DWDsTips Minicom logging + options

#Minicom can annotate the received data.

Here I add timestamps to my sensor data and create a log file with the data in it

 now=-$(date '+%F_%T' --utc | tr -d -- '-:')
 logfile="${HOME}/Logs/minicom-capture-${now}"
 minicom \
--baudrate 115200 \
--device /dev/ttyACM0 \
--option timestamp \
--capturefile "${logfile}"

#Linux #Ubuntu #UART

Minicom / minicom · GitLab

Minicom is a serial communication program

GitLab

Grr... minicom rasiert die High Colors ab.

Screenshot 1 zeigt wie es aussehen sollte, gemacht mit screen.
Screenshot 2 ist mit minicom gemacht und ist falsch.

Beides über serielle verbunden mit einem RP2040 der einen Z80 emuliert auf dem CP/M läuft und welchem ich unter anderem beigebracht habe ADM Codes nach VT zu übersetzen.

#cpm #z80 #fail #minicom

День 18

Сегодня продолжил листать #w3c #css С коллегой, который проходил стажировку на фронтенде поболтали насчет того, что надо на такой работе, про #map и #hoisted функции... Понял что многое позабыл полистал также раздел по #js в одной книге, вспомнил старое, но вопросы пока остались открытыми.
Сейчас сижу играюсь с логическим анализатором #slogic считаю 1 и 0, надо бы потом полистать документацию, чтобы понять как #uart начинает передачу. Попробовал получить сообщение с #uart но не получилось, #minicom выдал нечитаемые символы, хотя замкнутые выводы #rx_tx выдали тестовое сообщение "AT", создал .rules в udev но бестолку. Во всяком случае есть мой любимый #stlink_v3 он также может в #usart #uart Разберусь потом... Пока что в первую очередь нужно разобраться досконально в reference manual от #stm32f407vgt6

@scy
It is always good to have options.

So what do you like most on
#tio that you don't find on alternatives?

(I started to use #screen for serial because it was for me easier to use than #minicom or #kermit and I needed it for multi session terminal work anyway)

#serial #tty

Auf Linux nutzt man sowas wie #Minicom.
Was gibts vergleichbares bedienbar übers #Terminal (bevorzugt Git-#Bash) unter Windows mit dem zB #XModem gesprochen werden kann? 🤔
So, is it normal for minicom to refuse to work without root privileges? Like I can run it, reset my RC2014, and get the boot screen, but I can't type anything in unless I'm running as sudo.

I don't like running things as sudo when I don't have to, so if I can configure things so it works properly without would be ideal.

Ubuntu 22.04

#minicom #linux