We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot get the set commands to work. Always returns Error : Boson Status (Buffer Overflow)
Example: bosonSetFFCWarnTimeInSecx10() ./rawBoson c00050074 00 15
This command expects UINT_16 or two bytes (here 00 15)
bosonSetTimeForQuickFFCsInSecs() ./rawBoson c0005007a 00 00 00 40
This command expects UINT_32 or 4 bytes (here 00 00 00 40)
All give: Error : Boson Status (Buffer Overflow)
What am I missing? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot get the set commands to work. Always returns
Error : Boson Status (Buffer Overflow)
Example: bosonSetFFCWarnTimeInSecx10()
./rawBoson c00050074 00 15
This command expects UINT_16 or two bytes (here 00 15)
bosonSetTimeForQuickFFCsInSecs()
./rawBoson c0005007a 00 00 00 40
This command expects UINT_32 or 4 bytes (here 00 00 00 40)
All give: Error : Boson Status (Buffer Overflow)
What am I missing? Thanks
The text was updated successfully, but these errors were encountered: