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

How to send a set command with data #16

Open
helarsen opened this issue Oct 7, 2023 · 0 comments
Open

How to send a set command with data #16

helarsen opened this issue Oct 7, 2023 · 0 comments

Comments

@helarsen
Copy link

helarsen commented Oct 7, 2023

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

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