Service: Serial

This API is not yet officially released nor maintained.

This service allows to interface the serial / UART connection.

The serial connection is not available for all hardware variants.
Table 1. Available methods
Method Request Response

Stream

SerialStreamRequestStream

SerialStreamResponseStream

Stream

Bi-directional stream for UART interface

The communication is terminated with newlines. The baud rate is fixed to 115200.

Request Stream

Stream request message

Table 2. Available fields in blickfeld.hardware.services.SerialStreamRequest
Field Type Default Unit

line

string

-

-

Line which should be written to serial device

Response Stream

Straem response message

Table 3. Available fields in blickfeld.hardware.services.SerialStreamResponse
Field Type Default Unit

line

string

-

-

Line which was read from serial device