Lines Matching refs:putDebugChar
320 void putDebugChar (int val);
856 putDebugChar ('-'); in getpacket()
860 putDebugChar ('+'); in getpacket()
863 putDebugChar (buffer[0]); in getpacket()
864 putDebugChar (buffer[1]); in getpacket()
886 putDebugChar ('$'); in putpacket()
890 putDebugChar (*src); in putpacket()
898 putDebugChar ('*'); in putpacket()
901 putDebugChar (encode); in putpacket()
909 putDebugChar ('#'); in putpacket()
910 putDebugChar (highhex (checksum)); in putpacket()
911 putDebugChar (lowhex (checksum)); in putpacket()