Lines Matching refs:putDebugChar
237 void putDebugChar (int val);
504 putDebugChar ('-'); in getpacket()
508 putDebugChar ('+'); in getpacket()
511 putDebugChar (buffer[0]); in getpacket()
512 putDebugChar (buffer[1]); in getpacket()
534 putDebugChar ('$'); in putpacket()
538 putDebugChar (*src); in putpacket()
546 putDebugChar ('*'); in putpacket()
549 putDebugChar (encode); in putpacket()
557 putDebugChar('#'); in putpacket()
558 putDebugChar(hex_asc_hi(checksum)); in putpacket()
559 putDebugChar(hex_asc_lo(checksum)); in putpacket()