We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got my MagSpoof running perfectly, but...
I want to know how to send ASCII control characters, such as (Win+R) or (Ctrl+C) or (Ctrl+V) as data on one of my tracks.
This is the code for my track array:
const char* tracks[] = { "%B123456781234567^LASTNAME/FIRST^YYMMSSSDDDDDDDDDDDDDDDDDDDDDDDDD?\0", // Track 1 ";123456781234567=YYMMSSSDDDDDDDDDDDDDD?\0" // Track 2 };
What should I set track[3] equal to in order to transmit ASCII control characters from my MagSpoof?
The text was updated successfully, but these errors were encountered:
I've got my MagSpoof running perfectly, but... I want to know how to send ASCII control characters, such as (Win+R) or (Ctrl+C) or (Ctrl+V) as data on one of my tracks. This is the code for my track array: const char* tracks[] = { "%B123456781234567^LASTNAME/FIRST^YYMMSSSDDDDDDDDDDDDDDDDDDDDDDDDD?\0", // Track 1 ";123456781234567=YYMMSSSDDDDDDDDDDDDDD?\0" // Track 2 }; What should I set track[3] equal to in order to transmit ASCII control characters from my MagSpoof?
did you find solution?
Sorry, something went wrong.
No branches or pull requests
I've got my MagSpoof running perfectly, but...
I want to know how to send ASCII control characters, such as (Win+R) or (Ctrl+C) or (Ctrl+V) as data on one of my tracks.
This is the code for my track array:
What should I set track[3] equal to in order to transmit ASCII control characters from my MagSpoof?
The text was updated successfully, but these errors were encountered: