ASC转换BCD,ASC2BCD(转) int ASC2BCD(const char* szASC,byte* szBDC) { int szASCLen=strlen(szASC); byte * … Continue reading ASC转换BCD,ASC2BCD(转)