For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Set Up

How to Set Up Headset Interface on Windows PC on Windows PC

To set up the headset interface on Windows PC to communicate with the MagTek SCRA device, follow these steps:

  1. Connect the device to the headset jack of the Windows PC.

  2. Open the Windows Control Panel.

  3. Open Sound

  4. Select the Playback tab.S

  5. Select the playback device that is connected to the SCRA device (for example, Speakers and Headphones).

  6. Press the Properties button to launch the (device name) Properties tab.

  7. Select the Levels tab

  8. Set the volume to maximum. See Figure 3-1 for an example.

  9. Select the Recording tab.

  10. Select the headset interface that is connected to the SCRA device (for example, Headset Mic).

  11. Press the Properties button to launch the (device name) Properties tab.

  12. Select the Levels tab.

  13. Turn any boost settings or other special volume settings completely off (for example, set Microphone Boost ) to 0.0dB). See Figure 3-2 for an example.

  14. If the (device name) Properties window has and Enhancements tab, select it.

  15. Make sure all checkboxes in the Enhancements tab are turned off. See Figure 3-3 for an example.

  16. If the (device name) Properties window has an Effects tab, select it

  17. If the Enhancements tab has a Disable System Effects checkbox, turn it ON. Turn all other effects off. See Figure 3-4 for an example.

Figure 3-1 Device Volume Level Set to 100

Figure 3-2 Microphone Boost Turned Off

Figure 3-3 Enhancements Turned Off

Figure 3-4 Effects Turned Off

How to Set Up Headset Interface on Windows Phone

To set up the headset interface on Windows Phone to communicate with the MagTek SCRA device, follow these steps:

  1. Connect the device to the headset jack of the Windows Phone.

  2. Adjust the audio output to the maximum level using the physical volume buttons of the Windows Phone.

How to Set Up the MagTek SCRA SDK for .NET Projects

To add the MagTek SCRA libraries to a .NET project in Microsoft Visual Studio, follow these steps:

  1. Create or open your .NET project in Visual Studio.

  2. Copy the following DLL files from the MTNETDemo folders to the library folder of your software project:

    1. MTDevice.dll

    2. MTLIB.dll

    3. MTSCRANET.dll

    4. MTService.dll

  3. In the Visual Studio Solution Explorer, right-click the project and select Add Reference to show the Add Referenc window.

  4. Select the Browse tab and press the Browse... button.

  5. Navigate to your library folder, select MTSCRANET.dll and MTLIB.dll, then press the button.

  6. In your custom software, create an instance of MTSCRA. For examples, see the source code included with the MTNETDemo project and/or Appendix A Code Examples.

  7. Begin using the features provided by the MagTekSCRA library. Details about each method are provided in section How to remove POS HID Magnetic Stripe Reader.

In order to use the MagTek USB card readers with PID 0011, follow these steps:

  1. Open Device Manager

  2. Right Click on MagTek MagneSafe Magnetic Stripe Reader Device

  3. Select Update Driver Software .

  • Select Browse My Computer for driver software .

  • Select Let me pick from a list of device drivers on my computer .

  • Select HiD-Compliant Device then click Next.

  • Windows will pop up a message saying successfully updated your driver. Click to finish.

  • MTSCRA Class Methods.

How to Set Up the MagTek SCRA SDK for Universal Windows Projects

To add the MagTek SCRA libraries to a Universal Windows project in Microsoft Visual Studio, follow these steps:

  1. Create or open your Universal Windows project in Visual Studio.

  2. Copy the following DLL file from the SDK library folder to the library folder of your software project:

    1. MTSCRAUWP.dll

  3. In the Visual Studio Solution Explorer, right-click the project and select Add Reference to show the Add Reference window.

  4. Select the Browse tab and press the Browse... button.

  5. Navigate to your library folder, select MTSCRAUWP.dll, then press the Add button.

  6. In your custom software, create an instance of MTSCRA. For examples, see the source code included with the MTSCRAWindowsStoreApp project and/or Appendix A Code Examples.

  7. Begin using the features provided by the MagTekSCRA library. Details about each methods are provided in section 4 MTSCRA Class Methods.

How to remove POS HID Magnetic Stripe Reader

In order to use the MagTek USB card readers with PID 0011, follow these steps:

  • Open Device Manager

  • Right Click on MagTek MagneSafe Magnetic Stripe Reader Device .

  • Select Update Driver Software .

  • Select Browse My Computer for driver software .

  • Select Let me pick from a list of device drivers on my computer .

  • Select Let me pick from a list of device drivers on my computer.

  • Select HiF-Compliant Device then click Next.

  • Windows will pop up a message saying successfully updated your driver. Click Close to finish.

Last updated