Lines Matching refs:putDebugChar
237 void putDebugChar (int val);
531 putDebugChar ('-'); in getpacket()
535 putDebugChar ('+'); in getpacket()
538 putDebugChar (buffer[0]); in getpacket()
539 putDebugChar (buffer[1]); in getpacket()
561 putDebugChar ('$'); in putpacket()
565 putDebugChar (*src); in putpacket()
573 putDebugChar ('*'); in putpacket()
576 putDebugChar (encode); in putpacket()
584 putDebugChar('#'); in putpacket()
585 putDebugChar(hex_asc_hi(checksum)); in putpacket()
586 putDebugChar(hex_asc_lo(checksum)); in putpacket()