Hi Everyone.
Im new here.
Im trying to work on a project with Simultaneous RFID reader like the M7E.
But i would like to work with excel
How can i make excel handle multiple readings simultaneously? How can i configure the reader to be linked in real time to excel?
Is there any buffer or memory that can pickup lets say 100 reading per sec and send them 1 by one to excel?
Can anyone guide me with this project?
Sincerely
long ago… 8 years.. I did a prove of concept..it worked.. but not used since and many things have changed. Maybe a starting point for you : ThingMagic/epctoexcel at master · paulvha/ThingMagic · GitHub
I was hoping for something a bit more specific but i highly appreciate your response.
There was another project that posted the results in for a trail real time in the cloud.. maybe another idea
You can use a programming language of your choice, create a cache, load all scans into a cache, and read from that cache into excel one line at a time