Skip to content

This repository contains sampel codes to communicate with Micro-Sensys RFID readers in MPC mode on Windows

Notifications You must be signed in to change notification settings

Micro-Sensys/samples-mpc_windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

samples-mpc_windows / Windows SPC sample codes

This sample code is for MPC communication (devices in SPC mode with MPC supported script) on Windows devices.

For details on SPC communication check Useful Links

Requirements

  • IDE (Visual Studio 2017)
  • Micro-Sensys RFID reader with appropriate script running
  • RFID transponders

If you have interest in MPC functionality and do not have a compatible script, please contact us: Contact

Implementation

This code shows how to use MPC.Communication class to communicate with a device running on MPC mode. Using this class the communication port can be open/closed. It automatically detects the connected reader and reads the basic information. There are a couple of functions available to read MPC memory. Reading process will be notified by ProgressEvent and MPC datasets will be provided by ConversionEvent

Class information is available under API documentation. See Useful Links

Steps

Import the project into your IDE connect the RFID reader to your computer using USB cable and run the code.

Screenshot

  1. Press "START" button. This will open the communication port and show the reader information (received in ReaderInfoEvent) in the TextBox below.
  2. (Optional) Select the value of the properties using provided CheckBox on top right side
  3. To read MPC memory press "READ" button. Progress and result (received in ProgressEvent and ConversionEvent) will be shown in TextBox on the right.

Useful Links

Contact

Authors

About

This repository contains sampel codes to communicate with Micro-Sensys RFID readers in MPC mode on Windows

Topics

Resources

Stars

Watchers

Forks

Languages