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

This commit is contained in:
kieron 2018-04-29 16:19:06 +00:00
parent 4da90a4647
commit b299b08fa3
9 changed files with 1 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

@ -388,8 +388,7 @@ begin
success:= success AND Serial.Send(uint8('R'), COM1, 100000);
success:= success AND Serial.Send(uint8('L'), COM1, 100000);
success:= success AND Serial.Send(uint8('D'), COM1, 100000);
success:= success AND Serial.Send(10, COM1, 100000);
success:= success AND Serial.Send(0, COM1, 100000);
success:= success AND Serial.Send(uint8(10), COM1, 100000);
if success then begin
console.writestringlnWND('Send Success!', TERMINAL_HWND);
end else begin