ASC转换BCD,ASC2BCD(转) int ASC2BCD(const char* szASC,byte* szBDC) { int szASCLen=strlen(szASC); byte * … 继续阅读 ASC转换BCD,ASC2BCD(转)