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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ sync2brain's bossdevice RESEARCH Application Programmable Interface (API) for MA
11
11
12
12
## Initial configuration
13
13
1. Install the bossdevice API from MATLAB with double click on `bossdevice-api-installer.mltbx`.
14
-
2. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. It will also try to establish connection. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('myBossdevice','192.168.7.5')`.
14
+
2. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. It will also try to establish connection. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('bossdevice','192.168.7.5',true)` replacing the function arguments with the name and IP address you want to set on the real-time device.
15
15
3. Click on the update command if prompted to update the software dependencies on the bossdevice.
0 commit comments