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

This commit is contained in:
kieron 2018-04-29 18:51:54 +00:00
parent d986b7e224
commit a19364fdfe
9 changed files with 3 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

@ -17,7 +17,7 @@ uses
const
MAX_TRACE = 40;
SERIALID = '[TRACER] ';
SERIALID = '[TRACER] ';
var
t_ready : Boolean;
@ -49,7 +49,8 @@ begin
for i:=0 to StringSize(t_name)-1 do begin
serial.send(COM1, uint8(t_name[i]), 10);
end;
serial.send(COM1, 10, 10);
serial.send(COM1, 13, 10);
//serial.send(COM1, 10, 10);
Locked:= false;
end;
end;