Actions
Bug #112
openSerial commands all produce syntax errors.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/03/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example: Help_46 from AMOSPro_Examples disk.
Examples (Lines: 138, 159[also type mismatch], 161, 172, 182):
Serial Open 2,1
Serial Send 2,L$+Chr$(13)+Chr$(31)
Until Serial Check(2)
L$=Serial Input$(2)
Serial Close 2
Errors produced:
First pass...
main.aoz:138:12: error: syntax error
main.aoz:159:15: error: syntax error
main.aoz:159:37: error: type mismatch
main.aoz:161:21: error: syntax error
main.aoz:172:22: error: syntax error
main.aoz:182:15: error: syntax error
Task failed, no code generated...
Updated by Brian Flanagan over 4 years ago
- Affected version changed from 0.9.3.2 to 0.9.5.1
Version 0.9.5.1 still causes syntax errors.
Actions