Search found 1 match
- Fri Jun 07, 2024 11:48 am
- Forum: VO & Vulcan
- Topic: Problems with manage HEX Data in VO27
- Replies: 1
- Views: 619
Problems with manage HEX Data in VO27
I need translate this code made in java? into cAVO2.7. package net.ticketbai; import java.io.UnsupportedEncodingException; public class CRC8{ private static final String UTF_8 = "UTF-8"; // CRC-8, // Poly = x^8 + x^2 + x^1 + x^0 // Init = 0 // RefIn = false // RefOut = false // XorOut = 0 private ...