Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read / Write BLERemoteCharacteristic like stream or serial #626

Open
softwarecrash opened this issue Dec 30, 2023 · 0 comments
Open

Read / Write BLERemoteCharacteristic like stream or serial #626

softwarecrash opened this issue Dec 30, 2023 · 0 comments

Comments

@softwarecrash
Copy link

Hello,
i hope anyone can help me with my little problem.

i have a Bluetooth device that act like a serial interface, it wait for data like A503000.... and answer with similar
over wire it works perfect, so it exist a Bluetooth dongle for this device that "replace" the wire and give me the serviceUUID: 0xfff0

so i have a library/function that build and send this data, and receive it and split it in readable pieces, badly the library need a stream class where it can send and receive.

any chance to build a function that create a stream class like a serial with read, write, flush, available... from the BLERemoteCharacteristic?

the BluetoothSerial library doesn't work, it cant discover or connect this Bluetooth device.

@softwarecrash softwarecrash changed the title Read / Write characteristic like stream or serial Read / Write BLERemoteCharacteristic like stream or serial Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant