
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
Hello again, I have changed the program, taking great care of where the “CARRIAGE RETURN” and “LINE FEED” are needed. I don’t understand the 1st answer from Avisaro but I think it has something to do with the + + +, I have also changed this in the program. Greetings, H.J. Windt '****************** SETUP ******************' pause 200 'Just a pause of 4sec.' put 0 'Needed because of a bug in the C-Control I v2.0 rs232' print"at+create test.txt" 'Create test.txt /with cr&lf' pause 150 'Pause 3sec.' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"at+close" 'Close test.txt /with cr&lf' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' '*******************************************' '***************** PROGRAM *****************' #start print"at+append test.txt" 'Open test.txt for appending data /with cr&lf' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"at+datastream" 'Type of data is datastream /with cr&lf' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"The quick brown fox jumps over the lazy dog." 'datastream /with cr&lf' print"The Avisaro Compact Flash Box is GREAT!" 'datastream /with cr&lf' print"Testend?"; 'Last datastream /NO cr&lf' pause 50 'Pause 1sec.' put&h2b '+ /NO cr&lf >> could also be print"+";??' pause 50 'Pause 1sec.' put&h2b '+ /NO cr&lf >> could also be print"+";??' pause 50 'Pause 1sec.' put&h2b '+ /NO cr&lf >> could also be print"+";??' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' #end_loop beep 4,2,4: beep 4,2,4 goto end_loop '*******************************************' |
| Antwort schreiben |