I just wonder if somebody can help. I have some questions:
I have done a small BASIC program to read data from a scale.
EX: 10 OPEN "com1:1200,e,7,1,cs0,ds0,cd0" As #1 LEN=20
20 PRINT #1, CHR$(5)
30 A$ = INPUT(20, #1)
40 PRINT A$
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.