Second
This commit is contained in:
@@ -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"
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user