Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > Hello H.J. > > > Kann das CC-PRO mit BASCOM AVR auch programmiert werden? > > Grüße, > > No and yes :-). > > No, > because the CC-Pro uses an OS combined with an Interpreter. So programs are not directly > compiled to machine code, but translatet in tokens, interpreted by the OS specific interpreter > one by one. > > Yes, > because the CC-Pro module itself is nothing but a M32 with crystal. With SPI you may > flatten that thing. ONLY: That's nonsense. Any cheap simple Module would do the task better > (ISP-Connectors are usually standard there - for the CC-pro you have to build that on yor own). > > > Regards > Henrik > >