
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
||
|
Here the results of the CF card The module was indeed brooken I have had a new one from Avisaro And I have concted the Munit 2 with the program thad was made by mr.Windt It works great It also write date time and data in a tekst file wich you can import in Exel So Mr Windt thank you again for it all And I am going to try the iic. '****************** SETUP ******************' pause 200 'put 0 print"at+create test.txt" 'Create test.txt' pause 150 pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"at+close" 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' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"at+datastream" 'Type of data is datastream' pause 50 '*Subroutine must still be written for receiving OK or ERROR*' print"The quick brown fox jumps over the lazy dog." 'datastream' print"The Avisaro Compact Flash Box is GREAT!" 'datastream' print"Testend?" 'datastream' pause 50 : print"+" : pause 50 : print"+" : pause 50 : print"+" 'Stop writing data to test.txt' pause 50 #end_loop beep 4,2,4: beep 4,2,4 goto end_loop |
| Antwort schreiben |