Users browsing this forum: No registered users and 2 guests
| |||||
Re: Inter-Display link protocol documentedOAT is part of the EIS data if the OAT is connected to the EIS. It is not currently transferred otherwise.
Re: Inter-Display link protocol documentedI've managed to get the ethernet link established with my HXr, but I can't seem to replicate the checksum or character stuffing. Can someone please explain how the checksum is calculated, and how character stuffing works in this case?
Thanks, Casey
Re: Inter-Display link protocol documentedStart of this post, Jeff talks about the char stuffing. Basically if you see 0x7D 0x5E then replace both hex bytes with 0x7E. If you see 0x7D 0x5D then replace both hex bytes with 0x7D. Do checksum after this step.
Are you using Arduino software? They have a library called FastCRC16 for checksum that does the processing and it's actually really quick. Compare the last two bytes
Re: Inter-Display link protocol documentedThanks for the info on the checksum...I've tried quite a few different methods and the CRC16.X25 was the info I was missing. I'm currently working in Python. I'm still a bit unclear on the character stuffing, but now that I know what the correct checksum is I should be able to figure it out.
Thanks again!
| ||
Who is onlineUsers browsing this forum: No registered users and 2 guests |
||