
The Read-Only works but the Read/Write doesn't, it refers me to Read-only which suggests the devices doesn't have write capabilities so i went into an API to check in case the demo app is buggy and here is what i found inside 160.h Header file extern int _stdcall MSR_Init(void) Įxtern int _stdcall MSR_Write(unsigned char *TK1Dat, unsigned char *TK2Dat, unsigned char *TK3Dat) Įxtern int _stdcall MSR_Read_ASCII(void) Įxtern int _stdcall MSR_Write_ASCII(char *trace1, char *trace2, char *trace3) Įxtern int _stdcall MSR_Erase(unsigned char mode) Įxtern int _stdcall MSR_GetTrackData(unsigned char *TK1Dat, unsigned char *TK2Dat, unsigned char *TK3Dat) Įxtern int _stdcall MSR_Get_CoStatus(unsigned char *status) Įxtern int _stdcall Msr_ChangeAscii(unsigned char *TK1Dat, unsigned char *TK2Dat, unsigned char *TK3Dat) Įxtern int _stdcall MSR_Write_status(void) Įxtern int _stdcall MSR_Fast_Init(int portnum) Įxtern int _stdcall MSR_Get_HwInfo (char *info) Įxtern int _stdcall MSR_Erase_status(void) Īnd Then This extern void _stdcall MagOpen(void) Įxtern unsigned char _stdcall MagSwiped(void) Įxtern unsigned char _stdcall MagRead(unsigned char *Track1, unsigned char *Track2,unsigned char *Track3) When i open the demo application under the magnetic stripe tab they are two columns

What i need mainly from this device is Magnetic Stripe Write, i need to write data to a blank HiCo magnetic card. I have recently bought a Magnetic Reader/Writer from China ( YL160 4 in 1 Reader/Writer)Īnd it came with the Demo application along with the API.
