C Control I Micro-PCB 5 V/DC, 12 Vdc Inputs / outputs 1 x digital I/O / 1 x digital input / 4 x digital I/O or analogue 198289 Hoja De Datos

Los códigos de productos
198289
Descargar
Página de 41
12
C-Control Computer MICRO / MICRO PCB
Das P/E Board stellt die Betriebsspannungen für den Betrieb des C-Control Compu-
ters auf dem Board zur Verfügung.
Betreiben sie die Computer in einer anderen Hardwareumgebung, so müssen Sie
eine stabile Betriebsspannung zur Verfügung stellen.
Ausführung Micro
Dies ist die "nackte" Ausführung des Computers als Chip, mit dem geladenen
Betriebssystem. Die Pinbelegung sehen Sie in nachfolgender Grafik. Die MICRO
benötigt eine stabile Stromversorgung 5V  ( +- 10% ) die
einen Strom von mindestens 10mA liefern muss. Ströme durch angeschlossene
Bauteile (z.B. LEDs) sind dabei nicht berücksichtigt.
Für die Programmierung des Computers oder den Betrieb einer Anwendung auf dem
P/E Board stecken Sie die C-Control MICRO in den dafür vorgesehenen Sockel
bevor eine Verbindung zu anderen Geräten (z.B. dem PC) hergestellt wird und bevor
die Betriebsspannung angelegt wird.
Die PINs der C-Control Micro haben folgende Funktionen:
PIN 1 - VDD +5V
PIN 8 - GND
PIN 2 - P6/AD6/BEEP
PIN 7 - P1/AD1/BEEP/TXD
PIN 3 - P5/AD5/BEEP
PIN 6 - P2/AD2/BEEP/RXD
PIN 4 - P4/BEEP/FREQ
PIN 5 - P3 INPUT
Ausführung MICRO PCB
Dies ist die  komfortable Ausführung für den direkten Anschluss an z.B. LEDs oder
Taster wie sie wohl hauptsächlich im Bereich Modellbau Verwendung findet.
Die MICRO PCB benötigt eine stabile Stromversorgung 5V  ( +- 10% ) die einen
Strom von mindestens 10mA liefern muss. Ströme durch angeschlossene Bauteile
(z.B. LEDs) sind dabei nicht berücksichtigt. Zusätzlich ist auf der Platine ein Span-
nungsregler installiert, der über einen separaten Anschluss Eingangsspannungen
von 8V bis max.12V zulässt.
Verwenden Sie diese Option, so gelten folgende Richtlinien.
- Es darf keine Spannung an den dafür vorgesehenen Anschlüssen der 5V Versor-
gung  zugeführt werden.
- Die dann an den Anschlüssen der 5V Betriebsspannung anliegende Spannung (5V)
kann für eigene Zwecke verwendet werden (z.B. Pullup Widerstände, andere Bau-
gruppen)
- Die Stromaufnahme aller über den Regler versorgten Komponenten darf  50mA
nicht überschreiten
69
PRINT
• Byte-wise communication through the serial interface
While PRINT transmits or expects short character strings for the presentation of
numeric value, it can be desirable to transmit individual bytes serially. For this,
CCBASIC offers the commands PUT and GET.
PUT term
transmits the calculated value of a term. 
GET variable
waits for a serially received byte and then stores the value in the variables stated.
Please observe the fact that GET will wait endlessly if no byte is received. Apart from
this, the system clock RTC waits during the waiting time.
• Further interface commands and functions
BAUD 9600
BAUD 19200
switches, for example, the transmitter and receiver to the corresponding rate and is
necessary once to initialise the serial interface. 
The other interface parameters – 8-data bits, no parity bit, 1 stop bit – are fixed and
cannot be altered. 
CAUTION.
Conditioned by the RC oscillator, the actual baud rate is always inexact. Although
the baud rate generator is calibrated during the BASIC download, the exactitude is
possibly not sufficient for operation with 19200 baud (above all if the RC oscillator
drifts or the operating current fluctuates) so that calibration of the oscillator is neces-
sary.
The program TOOL_19200_CALIBRATE.BAS will help you with this.
Port commands
• The switch-over command TOG
In principle, access to the ports of the control computer takes place as for variables.
To switch on a digital port, you write 
P=l and P=O to switch it off.