Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wisp
GitHub Repository: wisp/impinj-reader-app
Path: blob/master/LLRP/Release Notes.TXT
179 views
1
1. About this release
2
3
This is release 1.0 of EPCGlobal Low Level Reader Protocol (LLRP) compatible .Net driver. For more information
4
or LLRP drivers for other languages, Please check http://sourceforge.net/projects/llrp-toolkit.
5
6
2. Supported platform
7
8
This driver runs on microsoft .Net framework 2.0 and up.
9
10
3. Features in this version
11
12
> Auto generated code
13
> Object oriented and event based message processing
14
> Messages and Parameters are individual functional atom
15
> Support Xml serialization. Xml serialization is enforced by the LTK XML Schema
16
> Support type checking or promtion at compile time
17
> Support multiple vendor extensions
18
19
4. Bugs fixed and Feature added
20
21
Jan 20, 2008
22
23
1). Removed "__" as prefix;
24
2). Added un-subscribption for "OnMessageReceived" event when close network connection
25
3). Added access control to custom parameters
26
4). Changed the default status of the connection attempt from "Success" to Failed_Reason_Other_Than_A_Connection_Already_Exists
27
5). Added encapsulated asyn. event so that the returned message contains reader identity
28
6). Fixed OnDataRead function. Previous design may lead LLRP message out of Sync.
29