B4A Question CRC-16 /ARC - potduang    Mar 14, 2018 Hi All,
Sorry for my poor English ability. Can anyone help me on CRC-16/ARC type? I've looked and try on various functions CRC-16 Modbus, CRC-16 CCITT in forums but result are differ. Can I modify from any type?
Thank you. B4A Question CRC-16 algorhitm checksum - Lello1964 (first post)    Nov 17, 2019 Hello Erel,
thanks for your replay.
I have tryed to calculate with some of them, but havn't the right result
this is manual information for CRC:
CRC
The final 2 bytes are used for a Cyclic Redundancy Check (CRC). This is provided to detect errors during transmission. The CRC is calculated using a B4A Question Python Convert To B4A Language or Java - TILogistic (first post)    Oct 30, 2024 ?
BLE GATT and Calculation CRC 16
https://www.b4x.-your-ble-gatt-service-with-ble-peripheral-2-enhanced.158056/#content
https://www.b4x./?query=ble+gatt B4A Question CRC-16 - OliverA (first post)    Apr 06, 2018 https://www.b4x.com/android/forum/threads/crc-16-arc.90616/
https://www.b4x.-crc16-calculation.39825/#post-374443
https://www.b4x.-crc16-calculation.39825/#post-374827
Corrected links... B4A Question checksum ccitt - rkxo (first post)    Feb 01, 2021 hI,
Thanks is CRC-16/XMODEM . works fine. B4A Question CRC16A problrem - emexes (first post)    Jan 28, 2023   (2 reactions) Initialize
For i = 0 To MessageBytes.Length - 1
sb.Append(" ")
sb.Append(Bit.And(MessageBytes(i), 0xFF))
Next
Log("MessageBytes =" & sb.ToString)
Dim MessageCRC As Int = CRC16A(MessageBytes)
Log("CRC decimal = " & MessageCRC)
Log("CRC hexadecimal = " & Bit.ToHexString(MessageCRC))
and you B4J Question [SOLVED] PHP to B4J - aeric (first post)    Apr 15, 2021   (1 reaction) https://www.b4x./?query=crc+16 Share My Creation [Project Template] Web API Server - aeric    Jan 16, 2025   (67 reactions) Updates
Web API Server v2 is available
Version: 1.16
Description: Create Web API Server with CRUD functionalities
Sample application: Todo List based on Web API
141151 141152 141153
Template:
Web API Server (1.16).b4xtemplate
Depends on following libraries:
ByteConverter
JavaObject
jServ B4A Question [Solved]Help to convert code from c to B4A or Java - Quandalle (first post)    Aug 14, 2020   (2 reactions) if the goal is to compute a 16 bit CRC, it is probably simpler to take a routine already done. Do a search on the forum with CRC, some things exist B4R Question RS485 ModBus Master - peacemaker (first post)    Aug 18, 2021   (1 reaction) Length Then Force_Single_Coil(Sr,Sn) Case 16 If Sr >= FHR And Sr < FHR+HR.Length Then Preset_Multiple_Registers(Buffer,Sr,Sn) Case Else End Select Else 'response from Slave Master = False 'Log("From Slave: ", bc.HexFromBytes(Buff Page: 1   2   3   4   5   6   7   Powered by ColBERT |