git-svn-id: https://spexeah.com:8443/svn/Asuro@604 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-04-29 19:01:09 +00:00
parent 7a9ab76293
commit 0f4fe09db3
9 changed files with 2 additions and 2 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -44,10 +44,10 @@ begin
end;
Traces[0]:= StringCopy(t_name);
for i:=0 to StringSize(SERIALID)-1 do begin
serial.send(COM1, uint8(SERIALID[i]), 10);
serial.send(COM1, uint8(SERIALID[i]), 1000);
end;
for i:=0 to StringSize(t_name)-1 do begin
serial.send(COM1, uint8(t_name[i]), 10);
serial.send(COM1, uint8(t_name[i]), 1000);
end;
serial.send(COM1, 13, 10);
//serial.send(COM1, 10, 10);