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: Threads with Basic++ Kategorie: C-Control I V1.2/2.0 (von YAZO - 30.11.2005 12:27)
 Als Antwort auf Threads with Basic++ von Noel Ortiz - 30.11.2005 12:13
YAZO nutzt:  CC1-M-Unit V1.2/2.0, CC1-Station V2.0

> Hello,
>
> I am trying to communicate the CControl with an RFID reader using the serial port. What it has to do is sending a message of 8 bytes (what i could solve using this kind of array-pointers Basic++ allows to use) to the RFID and wait for an answer. Well then, I would need to create a thread , or interruption, so the system would always be listening through the Reception port, so I wouldn't lose the information if it's sent too fast.
>
> I tried with sys &h101 and some other options but they do not work with basic++.
>
> I have been trying to find the answer in the forum but could not do it for BASIC++, just found it for CCBASIC... excuse me if it's already there.
>
> Thanks in advance and excuses for writing in english, but my german is not very fluent.
>
> Noel
>

Hello,
connect the Interrupt port to your RFID data line. The Interrupt Service Routine will be active within 50us
after a falling edge was detected at the Interrupt port. This shall be fast enough to avoid any loss of data.
bye

 Antwort schreiben

Bisherige Antworten: