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

Add a message to query the transport buffer size #95

Open
soundanalogous opened this issue Sep 30, 2017 · 0 comments
Open

Add a message to query the transport buffer size #95

soundanalogous opened this issue Sep 30, 2017 · 0 comments

Comments

@soundanalogous
Copy link
Member

It would be helpful to have a way to query the transport buffer size. This is typically 64 bytes for Serial, but can vary based on board architecture. The buffer size for other transports such as BLE and TCP may vary as well. The size is typically exposed as a constant in firmware so it should be possible to provide a Firmata message to query the size. This will be helpful for client libraries in determining where to break up large data buffers prior to transmission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant