This shows you the differences between two versions of the page.
| logicpython:cubloc_api:bclr [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:bclr [2026/04/10 04:02] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== BClr ====== | ||
| - | |||
| - | Clear the RS-232 receive buffer, send buffer, or both buffers. | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import BClr | ||
| - | |||
| - | BClr(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | * **bufferType**: | ||
| - | |||
| - | ===== Exceptions ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import BClr | ||
| - | |||
| - | # Example usage | ||
| - | BClr(0, 16) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||