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

Sending macros over Bluetooth #15

Open
msvisser opened this issue Nov 26, 2019 · 1 comment
Open

Sending macros over Bluetooth #15

msvisser opened this issue Nov 26, 2019 · 1 comment

Comments

@msvisser
Copy link
Owner

Sending macros over Bluetooth currently does not work when the macro contains more key presses than what fits in the UART transmit buffer. This issue was attempted to be solved in commit 2dde284, however this introduced other problems with the Bluetooth as described in #14. Therefore the changes were rolled back in commit e3e9355.

Any suggestions or possible fixes are welcome!

@jesusvallejo
Copy link

Mby we could create a bigger buffer of about 1024 bytes that receives the macro, then cut it in 256 sizes , so it fits in the tx buffer and transmit the 1024 in 4 times of 256 bytes. This could be a bit slow but as long as we are not able to change the uart conf , i think is the only way.

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

2 participants