The msr tag has no wiki summary.
2
votes
1answer
75 views
CPUID: Why must MISC_ENABLE.LCMV be set to 0 for some functions? Can I temporarily overwrite it?
I'm trying to use CPUID, but there are some strings attached. According to sandpile.org's CPUID page, CPUID standard functions 0000_0004h and up will only work if the MISC_ENABLE.LCMV flag is set to ...
2
votes
1answer
761 views
How to read from Msr (Magnetic Stripe Reader) directly in HID mode (not keyboard) without its OPOS driver or POS for .NET framework?
I have HP USB MINI MSR (Magnetic Stripe Reader) works by default in HID (Human Interface), and not in HID-KB (Keyboard mode).
I need some way to access the data read by the MSR directly without using ...
2
votes
1answer
415 views
Longitudinal Redundancy Check fails
I have an application that decodes data from a magnetic stripe reader. But, I'm having difficulty getting my calculated LRC check byte to match the one on the cards. If I were to grab 3 cards each ...
1
vote
1answer
132 views
Wait Serial response from magstrip card
I'm new programing in Python, and what I need a little help with this little aplication.
I write a little aplication that generate a random code and write it to the magstrip card.
The card reader ...
1
vote
2answers
383 views
How do I write x86 Debug registers from user space on OSX?
I'd like to play around with the debug MSRs defined in the x86 spec (DR0-7) from my OSX user-space program. Unfortunately, these require CPL == 0 (aka ring 0). I've thumbed through the OSX syscalls ...
0
votes
0answers
122 views
Problem setting “Hardware Prefetch Disable” bit
I am trying to deactivate the hardware prefetching as suggested here: How do I programatically disable hardware prefetching?
I am using a Xeon X7560 system. The current value in MSR #416 (0x1A0) is ...
0
votes
1answer
317 views
How to write nothing in this track here? [closed]
From the manual above:
I am writting to magnetic stripe card which have 3 tracks.
I use C#.net programming interface to talk with RS232 interfaced Magnetic card reader/writer.
I can write to track ...