<p style=”margin: 0px 0px 2px; font-size: 14px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”><span style=”font-size:20px;”><span style=”font-family:Arial,Helvetica,sans-serif;”><b>DESCRIPTION</b></span></span></p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”> </p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”><span style=”font-family:Arial,Helvetica,sans-serif;”><span style=”font-size:16px;”>RDM6300 125KHz cardreader mini-module is designed for reading code from 125KHz card compatible read-only tags and read/write card . It can be applied in office/home security, personal identification, access control, anti-forgery, interactive toy and production control systems etc.</span></span></p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”> </p>
<h3><span style=”font-size:20px;”><span style=”font-family:Arial,Helvetica,sans-serif;”><strong>Features</strong></span></span></h3>
<ul>
<li><span style=”font-size:14px;”>Support external antenna</span></li>
<li><span style=”font-size:14px;”>Maximum effective distance up to 50mm</span></li>
<li><span style=”font-size:14px;”>Less than 100ms decoding time</span></li>
<li><span style=”font-size:14px;”>Uart interface</span></li>
<li><span style=”font-size:14px;”>Support EM4100 compatible read only or read/write tags</span></li>
<li><span style=”font-size:14px;”>Small outline design</span></li>
</ul>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”><img alt=”” src=”https://www.online-components.com.my/image/onlinecomponents/image/data/hXFIxNlu1575408384.jpg” style=”width: 362px; height: 298px;” /></p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”> </p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”><span style=”font-family:Arial,Helvetica,sans-serif;”><span style=”font-size:14px;”>Example Code:</span></span></p>
<p style=”margin: 0px; font-size: 12px; line-height: normal; font-family: ‘Helvetica Neue’; color: rgb(69, 69, 69);”> </p>
<pre>
void setup()
{
Serial.begin(9600);
}
void loop()
{
if(Serial.available())
{
while(Serial.available())
Serial.write(Serial.read());
}
}</pre>
Reviews
There are no reviews yet.