### Transparency Command (PRO2, TRANSPARENCE) Source: https://jbellue.github.io/stum1b/index Describes the Transparency Command, used to transmit data in a transparent mode. ```APIDOC ## Transparency Command ### Description This endpoint describes the Transparency Command which allows data to be transmitted without interpretation by the protocol. ### Method POST ### Endpoint PRO2, TRANSPARENCE (0c66), number of bytes ### Parameters #### Path Parameters - **number of bytes** (integer) - Required - The number of bytes to transmit. #### Query Parameters None #### Request Body - Data to be transmitted in transparent mode. ### Request Example None ### Response #### Success Response (SEP 0x57) - An SEP 0x57 sequence is sent as an acknowledgement to module initiator. #### Response Example None ```