A
ahjie
Unregistered / Unconfirmed
GUEST, unregistred user!
s:='FF55AA02';
for i:=0 to (length(s) div 2)-1do
begin
temp:=temp+chr(strtoint('$'+copy(s,i*2+1,2)));//十六进制发送;
end;
mscomm.output:=temp;
请问,为什么在串口调试时,收到的数据是 FF 55 3F
请大侠指教
for i:=0 to (length(s) div 2)-1do
begin
temp:=temp+chr(strtoint('$'+copy(s,i*2+1,2)));//十六进制发送;
end;
mscomm.output:=temp;
请问,为什么在串口调试时,收到的数据是 FF 55 3F
请大侠指教