![]() |
MANAGE HEX STRING COLB - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: MANAGE HEX STRING COLB (/showthread.php?tid=1965) |
MANAGE HEX STRING COLB - Dm81 - 06-04-2022 Hello I have also some problem to receive complete string (I'm ususing ararat synapse library in lazarus) In your debug software works all ok and I check also with other program and all works correctly, I would know if the received string could contain some special Char because if I send this string "5E0123C001000000000000000000000000000000000000000000000000000000000000000000000000000000FF" (to read digital input for example) I receiv only this string "5E0123C011000000000000000000000000000000000000000000000000000000000000000000000000000000FF" while the correct (and complete) string should be this "5E0123C011000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000000000000000101010001010101 I don't understand why I don't receive the last part of string (00000000000000000101010001010101) thank you in advance RE: MANAGE HEX STRING COLB - admin - 06-04-2022 Protocol string length exceeded RE: MANAGE HEX STRING COLB - Dm81 - 06-04-2022 (06-04-2022, 01:58 PM)admin Wrote: Protocol string length exceeded ok thank you RE: MANAGE HEX STRING COLB - Dm81 - 07-31-2022 (06-04-2022, 07:07 PM)Dm81 Wrote:(06-04-2022, 01:58 PM)admin Wrote: Protocol string length exceeded Hello I would ask you a thing about HEX string sending precess to COLB At start of my program (only one time at start to get digital and analog input status) first I send "5E0123C001000000000000000000000000000000000000000000000000000000000000000000000000000000FF" for digital input and after I send "5E0124C001000000000000000000000000000000000000000000000000000000000000000000000000000000FF" for analog input question is: why I receive only one answer from board like this in wich I have the status of both input ? 5E0123C011000000000000000000000000000000000000000000000000000000000000000000000000000000FF000100000000000000000000000000005E0124C021000000000000000000000000000000000000000000000000000000000000000000000000000000FFBC011C00D0010200D101C801C901C00101000000000000000000000000000000 I try also to wait some millisecond before send second string but answer is the same thank you RE: MANAGE HEX STRING COLB - admin - 07-31-2022 can you open the COLB's the newest software, here is debug window, you can press read digital input and read analog input buttons to see the LOG, what data have sent and what data is received, whether pc software is correct, your command is wrong. |