To communicate with Neonode Touch Sensor Module, you need two things: to send/receive messages and to encode/decode the messages.
The sending and receiving can be done in one of the following ways:
For the encoding/decoding, you need to understand the structure of the messages and the protocol that is used to serialize them:
The structure of the sensor messages is defined in ASN.1 notation. ASN.1 is a standardized way (ISO/IEC 8824) to describe data regardless of language implementation, hardware system and operation system. For more information, refer to zForce Message Specification.
The zForce communication protocol uses the Distinguished Encoding Rules (DER) to serialize messages. For more information, refer to Understanding the zForce ASN1 Protocol.
Read More on Software IntegrationRead More |