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 Hans - 20.11.2005 16:15)
 Als Antwort auf Re: CF card van Avisaro von Windt H.J. - 20.11.2005 15:55
Hans nutzt:  CC1-M-Unit V1.2/2.0
Thats correct
I using the C-Control I Unit M2.0 with an Application Board 2.0?
and connect the CF memory card with connector J6

> > 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
> >


Hans

> Hello,
> I have been reading the documentation of the M3248.
> The power supply for this unit is 3,3V / ~100mA, the I/O pins are normal TTL 0/5V level.
> The RxD and TxD from the M3248 should be connected directly to the TxD and RxD of your C-Control.
> Are you using a C-Control I Unit M2.0 with an Application Board 2.0?
> You can find these connections on the Application Board 2.0 connectors J5 and J6.
> J5-3 is the TxD.
> J5-4 is the RxD.
> J6-1 is the TxD.
> J6-3 is the RxD.
> Greetings,
> H.J. Windt
>

 Antwort schreiben

Bisherige Antworten:

Re: CF card van Avisaro (von Windt H.J. - 20.11.2005 16:48)