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: API.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,14 @@ messages. These messages are listed here and described below.
11
11
12
12
13
13
## Open Channel <aname="open-channel-message"></a>
14
-
When the websocket is established, this message initializes the channel that all subsequent interactions
15
-
with the APU will use.
14
+
When the websocket is established, this message initializes the channel that all subsequent interactions with the APU will use. This message also facilitates reception of the version of BlocklyProp Launcher that the client is speaking to.
**baud** - Select a baud rate that the BlocklyProp Launcher will use to communicate with attached Propeller device(s).The default value is 115200. (Optional)
19
+
**baud** - Select a baud rate that the BlocklyProp Launcher will use to communicate with attached Propeller device(s).The default value is 115200. (Optional and deprecated)
21
20
22
-
Note that there is another setting specific to the terminal baud rate in the <ahref="#serial-terminal-message">serial-terminal</a> message.
21
+
Note that there is another baud rate setting, specific to the terminal/graph, in the <ahref="#serial-terminal-message">serial-terminal</a> message; thus specification vis "hello-browser" is not necessary.
0 commit comments