<div dir="ltr">Hi Charles,<div><br></div><div>Can you share some information for these RFID readers you are using? Like a datasheets, schematic, etc.? That would help in figuring out the possible options to the problem you are trying to solve.</div><div><br></div><div>Roger</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 6, 2024 at 8:14 PM Lief Koepsel <<a href="mailto:lkoepsel@wellys.com">lkoepsel@wellys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I would suggest thinking of it a bit differently. You are on the right track…just to confirm, I’m assuming you mean an Arduino Uno R3…is this a receive only protocol? <br>
<br>
1) There is one USART port on the Uno (serial port) and there is an SPI port which can act as a serial port. This is if you wish/need to use a specific serial  protocol.<br>
2) How fast is the serial protocol? If fairly slow, you could create a serial port from any one of the Port D or Port B pins<br>
3) The last part sending the data, depends on how you want to connect to the board and the speed of transfer.<br>
<br>
<br>
There are a lot more questions than answers…<br>
<br>
Lief<br>
<br>
<br>
> On May 6, 2024, at 7:17 PM, Charles Harris <<a href="mailto:charles7@slingshot.co.nz" target="_blank">charles7@slingshot.co.nz</a>> wrote:<br>
> <br>
> Hi<br>
> <br>
> Thanks for add.<br>
> <br>
> <br>
> I have 2 or more USB stick type RFID readers.  These readers use USB HID to automatically input tag reference data, on activation of a tag, into a spreadsheet on Linux Mint.  They all have the same pid vid and no unique reference for each device.  These work well but they cannot be differentiated between readers.<br>
> <br>
> From what I have seen of CoolTerm it maybe able to help with ID problem.<br>
> <br>
> Is it possible to hook each rfid device to pins in an Arduino, each device with its own pins.   This allows an ID procedure.  USB has 4 pins, the power pins would be connected to power and ground. That leaves the 2 data pins, could 1 only be used for  data transfer?<br>
> <br>
> The rfid device would when activated with a tag, automatically places the tag data into SD data base for that reader only. Multiple devices = multiple columns in SD data base.<br>
> <br>
> Then say periodically (once a minute?) the information is sent from SD card to PC or laptop open spreadsheet and in an adjacent column in spreadsheet it places an ID that was used by the reader, being the pin number or similar ref of Arduino.  This allows for the spreadsheet to recognize which reader supplied tag number .<br>
> <br>
> On sending of the data to the pc, the existing data in SD card would be deleted ready for next read.<br>
> <br>
> On the USB there are 4 pins  + and -  and 2 data.   How would these be connected physically.o<br>
> <br>
> So the end result is getting the tag read from rfid device into Arduino (not as per normal into the pc spreadsheet).    Then giving read data and ID and send on to pc.   What option would be the best here, and simplest,  ethernet, wifi, bt?<br>
> <br>
> Hope you can understand what I am trying to outline.<br>
> <br>
> Charles<br>
> <br>
> <br>
> _______________________________________________<br>
> CoolTerm-Betas mailing list<br>
> <a href="mailto:CoolTerm-Betas@the-meiers.org" target="_blank">CoolTerm-Betas@the-meiers.org</a><br>
> <a href="http://the-meiers.org/mailman/listinfo/coolterm-betas_the-meiers.org" rel="noreferrer" target="_blank">http://the-meiers.org/mailman/listinfo/coolterm-betas_the-meiers.org</a><br>
<br>
<br>
_______________________________________________<br>
CoolTerm-Betas mailing list<br>
<a href="mailto:CoolTerm-Betas@the-meiers.org" target="_blank">CoolTerm-Betas@the-meiers.org</a><br>
<a href="http://the-meiers.org/mailman/listinfo/coolterm-betas_the-meiers.org" rel="noreferrer" target="_blank">http://the-meiers.org/mailman/listinfo/coolterm-betas_the-meiers.org</a><br>
</blockquote></div>