You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current app reads from the connected device line by line.
(See BluetoothDeviceConnector class.)
This is not well-suited for devices that send data in binary format.
If newline characters don't appear in the data,
the class might never send a message to the viewer.
Hint: start by implementing a mock device (similar to MockLineByLineConnector),
that reads binary data buffer by buffer, and ideally toggles-hexadecimal view automatically.
(Hexadecimal view is tracked by #5, unfortunately not implemented yet.)
The text was updated successfully, but these errors were encountered:
The current app reads from the connected device line by line.
(See
BluetoothDeviceConnector
class.)This is not well-suited for devices that send data in binary format.
If newline characters don't appear in the data,
the class might never send a message to the viewer.
Hint: start by implementing a mock device (similar to
MockLineByLineConnector
),that reads binary data buffer by buffer, and ideally toggles-hexadecimal view automatically.
(Hexadecimal view is tracked by #5, unfortunately not implemented yet.)
The text was updated successfully, but these errors were encountered: