Files
chill/NOTES.md
T
archmina 2919aee9b7 Second
2026-05-08 15:09:45 +03:00

14 lines
222 B
Markdown

## serial
```
nc 192.168.1.154 7777
```
## socat
```
socat -d -d /dev/ttyACM0,b115200,raw,echo=0 tcp-listen:7777,reuseaddr
```
## openocd
```
openocd -f interface/cmsis-dap.cfg -f target/nrf52.cfg -c "bindto 0.0.0.0"
```