Skip to content

Add Bk16XXPs::command function to receive until OK is seen.

Karol Krizka requested to merge bk16xxps-command into devel

Addresses #37 (closed)

Sends a command and receives until the OK is seen.

The returned data is further split by the \r character to separate lines that typically indicate individual values. The OK is included as the last entry in the list.

Only the "get" BK commands were tested.

Merge request reports