Hi,
First post and all, so if I muck up, please let me know.
I have spent considerable time recently working with PaperCut and Elatec TWN3 Mifare card readers. I have documentation which lists all the function and variables for the scripting of these readers, and have enjoyed trying things out (I pretend like it doesn't matter if it things break and do what I want).
There is one function
which I have played with but am yet do get to do anything (my attempts have resulted in the reader beeping, but nothing being sent to the host).
Has anyone had experience scripting these devices and using this function? I have been unable to find any example code other than what is in the manual.
This is more for testing purposes at the moment, in event that one day I need to implement a script that uses it.
Any assistance appreciated.
First post and all, so if I muck up, please let me know.
I have spent considerable time recently working with PaperCut and Elatec TWN3 Mifare card readers. I have documentation which lists all the function and variables for the scripting of these readers, and have enjoyed trying things out (I pretend like it doesn't matter if it things break and do what I want).
There is one function
Code:
void HostSendNumber(byte &Data, byte FirstBit, byte BitCnt, byte Radix, byte MinWidth, byte MaxWidth)
Has anyone had experience scripting these devices and using this function? I have been unable to find any example code other than what is in the manual.
This is more for testing purposes at the moment, in event that one day I need to implement a script that uses it.
Any assistance appreciated.
Comment