Skip to content

Commit ce1c1aa

Browse files
authored
Update API.md
Initial Open Channel enhancements.
1 parent 5563bbf commit ce1c1aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

API.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ messages. These messages are listed here and described below.
1111

1212

1313
## Open Channel <a name="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.
1615

1716
### Message elements
1817
**type** - Message name, "hello-browser". (**Required**)
1918

20-
**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)
2120

22-
Note that there is another setting specific to the terminal baud rate in the <a href="#serial-terminal-message">serial-terminal</a> message.
21+
Note that there is another baud rate setting, specific to the terminal/graph, in the <a href="#serial-terminal-message">serial-terminal</a> message; thus specification vis "hello-browser" is not necessary.
2322
```json
2423
{
2524
"type": "hello-browser",

0 commit comments

Comments
 (0)