Lines Matching refs:putDebugChar
385 void putDebugChar(int val);
741 putDebugChar('-'); in getpacket()
744 putDebugChar('+'); in getpacket()
747 putDebugChar(buffer[0]); in getpacket()
748 putDebugChar(buffer[1]); in getpacket()
770 putDebugChar('$'); in putpacket()
774 putDebugChar(*src); in putpacket()
782 putDebugChar ('*'); in putpacket()
785 putDebugChar(encode); in putpacket()
792 putDebugChar('#'); in putpacket()
793 putDebugChar(hex_asc_hi(checksum)); in putpacket()
794 putDebugChar(hex_asc_lo(checksum)); in putpacket()