Das Open-Control-Projekt - Die Alternative zur C-Control-I


Das Forum zur C-Control-1
Welche C-Control-Varianten existieren?
Übersicht - Suchen - Neueste 50 Beiträge - Neuer Beitrag - Login - Registrieren
INFO - FAQ - CC2-Forum - CCPro-Forum 

 Re: Here the results of the CF card Kategorie: Programmierung Basic (von klaus - 4.02.2006 16:13)
 Als Antwort auf Here the results of the CF card von Hans - 3.02.2006 19:22
do you have a seriell or a iic bus Avisaro Compact Flash Modul ?
klaus


> 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

Bisherige Antworten:

Re: Here the results of the CF card (von Hans - 4.02.2006 16:45)