-
Archives
- July 2020
- June 2020
- December 2019
- August 2019
- April 2019
- March 2019
- February 2019
- July 2016
- June 2016
- April 2016
- January 2016
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
-
Meta
Tag Archives: xml over tcp/ip
Automating measurements from an RFID reader using Python
In the last blog about communicating with the Intelleflex FMR-6000 RFID reader over a TCP/IP connection, I had a Python script sending a string and then printing the reader’s response. This opened up a lot of possibilities for doing interesting … Continue reading
Posted in 3rd Year Final Project, Python
Tagged automated readings, matplotlib, python, sockets, tcp/ip, xml, xml over tcp/ip
Leave a comment
Python script to get status of an RFID reader
This is the RFID reader that I am using for a college project. It can be quite labour intensive to make a lot of readings especially if the power is varied over time. The reader is connected to a computer … Continue reading