This commit is contained in:
archmina
2026-05-08 15:09:45 +03:00
parent e3e548ca90
commit 2919aee9b7
+11 -1
View File
@@ -1,4 +1,14 @@
socat serial ## serial
``` ```
nc 192.168.1.154 7777 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"
```