You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,13 @@ sudo su -
130
130
// Head to directory and mount the container
131
131
cd /home/fio/py-serialrpc
132
132
#py-serialrpc sudo docker build . -t py-serialrpc
133
-
#py-serialrpc sudo docker-compose up -d
133
+
#py-serialrpc sudo dockercompose up -d
134
134
```
135
135
136
136
To access the logs of `py-serialrpc` service, while maintaining the same directory, execute the following command.
137
137
138
138
```bash
139
-
sudo docker-compose logs -f --tail 20
139
+
sudo dockercompose logs -f --tail 20
140
140
```
141
141
142
142
***For more details about how data exchange between Arduino and Linux layer works and to understand how to debug, please read [Data Exchange Between Python® on Linux and an Arduino Sketch](https://docs.arduino.cc/tutorials/portenta-x8/python-arduino-data-exchange)***
0 commit comments