Transform a symbol into individual numbers/messages
bang | The word | sent as a symbol will be converted to a message. The message will simply pass through to the output.|
int | int value [int] |
Any int will simply pass through to the output. |
float | float value [float] |
Any float will simply pass through to the output. |
anything | any symbol [list] |
Any symbol will be converted to numbers/messages. |
Name | Type | g/s | Description |
---|---|---|---|
separator | symbol def.:nothing |
The separator character or symbol to be used when converting the symbol to a message. The default separator is a space. |
Name | Description |
---|---|
regexp | Use PERL-style regular expressions to process input |
sprintf | Format a message of words and numbers |
tosymbol | Convert messages, numbers, or lists to a single symbol |
zl | Multi-purpose list processing |
Max Comm Tutorial 2: Serial Communication | Max Comm Tutorial 2: Serial Communication |