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

support sending ack_information nack, ack, busy ? #52

Closed
leoujz opened this issue Feb 6, 2020 · 1 comment
Closed

support sending ack_information nack, ack, busy ? #52

leoujz opened this issue Feb 6, 2020 · 1 comment

Comments

@leoujz
Copy link

leoujz commented Feb 6, 2020

there's a repetition mechanism, make my device receiving 4 repeated packets for each knx command. is there any support to send an ack to the bus. I have dig into the source code and found that it supports to set wait_ack or not wait_ack. I'm using tpuart now.
Thanks.

@thelsing
Copy link
Owner

thelsing commented Feb 6, 2020

Ack in TpUart should work.
The code for ack starts here:

uint8_t c = 0x10;

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