
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
||
|
Thanks Mario that is correct thats why the long pauses after each command but every idea is welcom Greetings Hans > 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 |