Lines Matching refs:putDebugChar
385 void putDebugChar(int val);
770 putDebugChar('-'); in getpacket()
773 putDebugChar('+'); in getpacket()
776 putDebugChar(buffer[0]); in getpacket()
777 putDebugChar(buffer[1]); in getpacket()
799 putDebugChar('$'); in putpacket()
803 putDebugChar(*src); in putpacket()
811 putDebugChar ('*'); in putpacket()
814 putDebugChar(encode); in putpacket()
821 putDebugChar('#'); in putpacket()
822 putDebugChar(hex_asc_hi(checksum)); in putpacket()
823 putDebugChar(hex_asc_lo(checksum)); in putpacket()