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
**baud** - Select a baud rate that the BlocklyProp Launcher will use to communicate with attached Propeller device(s). (Optional)
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)
21
21
22
22
Note that there is another setting specific to the terminal baud rate in the <ahref="#serial-terminal-message">serial-terminal</a> message.
23
23
```json
@@ -71,6 +71,10 @@ Propeller device, storing the app in either RAM or EEPROM (which is really RAM &
71
71
72
72
**portPath** - target port's name (direct from the port drop-down list); wired or wireless port. (**Required**)
73
73
74
+
_Needs Review:_
75
+
76
+
_The portPath value can be any of the following; 'enumerated port name from the client's OS', 'The wireless SSID', or 'wired'? Not sure about that and loadPropeller() is equally ambiguous._
77
+
74
78
**payload** - A base-64 encoded .elf, .binary, or .eeprom data containing the Propeller Application image. (**Required**)
75
79
76
80
**debug** - set to 'true' if a terminal is intended to connect to the Propeller after download, otherwise set to false. Default is false. (Optional)
0 commit comments