It's been some time since I needed to connect my old NAS device with a TTL-232R-3V3 cable to use with a serial terminal. I tried hard to find what order the wires were, but then remembered I had posted to debian-arm myself and found my own photos from 2018! Success! The terminal which is partly shown is indeed coming from the wires.

I'm trying to debug malloc failures that started on March 9th 5am for no apparent reason, after 5 hourly process restart.

#debian #arm #qnap #oldisgood #minicom

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? 🤔