This shows you the differences between two versions of the page.
| logicpython:cubloc_api:setrs232 [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:setrs232 [2026/04/10 04:09] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SetRS232 ====== | ||
| - | |||
| - | Reconfigure an already-open RS-232 '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import SetRS232 | ||
| - | |||
| - | SetRS232(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | * **baudRate**: | ||
| - | * **protocol**: | ||
| - | |||
| - | ===== Exceptions ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import SetRS232 | ||
| - | |||
| - | # Example usage | ||
| - | SetRS232(0, 1, 1) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||