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: CF card van Avisaro Kategorie: Programmierung Basic (von Naturbanause - 18.11.2005 14:01)
 Als Antwort auf Re: CF card van Avisaro von Hans - 17.11.2005 23:05
Naturbanause nutzt:  CC1-M-Unit V1.1
Hello Hans,

The CF-Module sends an answer to each command (OK or ERROR). I'm not sure, but possibly the C-Control sends a new command while the CF-Module is sending an answer, and so the CF-Module is not ready to receive a new command.

> Bedankt Mario
>
> Ik heb je voorstel uitgeprobeerd maar het werkt jammer genoeg niet
> I  have tried out your proposal but it works unfortunately not
> I have now simplified it
>
> AND
> Now the data is coming direct from the C-control M-Unit 2.0 PIN 52 instead of the IC RS232
> and that works
>  
> Now there is made a TEXT file   test A.txt
>  
> But unfortunately there is no data written
>  
> We are nearly there, wat can be possibly wrong
>
> print "at+create testA.txt"  'Maakt een file testA.txt.
> pause 150    '3 sec.
>
> #start
> Print "at+datastream "  ' To Send Data
> PAUSE 150
> PRINT "DIT IS EEN TEST"
> PRINT "Alles wat hier staat moet zichtbaar zijn"
> PAUSE 25  'pause 0,5 sec
> PRINT "+" 'Stop recording
> PAUSE 25
> PRINT "+" 'Stop recording
> PAUSE 25
> PRINT "+" 'Stop recording
> pause 25  
>  
> END
>

 Antwort schreiben

Bisherige Antworten:

Re: CF card van Avisaro (von Hans - 18.11.2005 19:53)
    Re: CF card van Avisaro (von Naturbanause - 18.11.2005 23:30)
        Re: CF card van Avisaro (von Hans - 19.11.2005 21:41)