11.06.2014 Views

TAGnology_TAGid -125kHz_Protocol.pdf - RFID Webshop

TAGnology_TAGid -125kHz_Protocol.pdf - RFID Webshop

TAGnology_TAGid -125kHz_Protocol.pdf - RFID Webshop

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Communication Reader-Host Rev. 1.2 February 1999<br />

3.7.38 RWD_Set_Prox_Trm_Time<br />

This Proximity Reader command writes new RF-bit-times t_0, t_1, t_p into the EEPROM of the<br />

read/write device.<br />

ATTENTION: It is not necessary to use this command when working with Philips Proximity<br />

Readers because EEPROM is already initialized to following standard values:<br />

t_0 = 0xA9 (176µs) Duration of a ‘0’-bit including t_p<br />

t_1 = 0x81 (224µs) Duration of a ‘1’-bit including t_p<br />

t_p = 0xEC (48µs) Duration of a Modulation Gap<br />

ATTENTION: The values for t_0, t_1, t_p do not represent the RF-bit-times in µs. They have to<br />

be computed. If you provide T0, T1, TP in µs you can compute t_0, t_1 and t_p using following<br />

code sequence:<br />

/* TP >= 43 µs; T0 >= T_P + 40 µs; T1 >= T_P + 40 µs; */<br />

t_0=(unsigned char)(32768-((T0-T_P-24)/1.2));<br />

t_1=(unsigned char)(32768-((T1-T_P-24)/1.2));<br />

t_p=(unsigned char)(32768-((TP-24)/1.2));<br />

C-Function: void RWD_Set_Prox_Trm_Time (BYTE_T t_0, BYTE_T t_1, BYTE_T t_p);<br />

Header-File: HitagRWD.H<br />

Serial protocol:<br />

HOST - READ/WRITE DEVICE<br />

0x05 0xA1 t_0 t_1 t_p BCC<br />

READ/WRITE DEVICE - HOST<br />

0x02 Status BCC<br />

Status:<br />

0 ... no error<br />

-1 ... SERIAL ERROR<br />

Protokoll HTRM801 V1.2/C Page 54 (107)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!