NV11 Manual Set – Section 5 19
Copyright © Innovative Technology Ltd 2012 GA963-2
Monetary Values
Values are represented as 32 bit unsigned integers (4 bytes) and in the lowest value
of currency. For example:
€50.00 would be 0x00001388
When sending or receiving a value the least significant byte is sent first. So in this
example [0x88] [0x13] [0x00] [0x00] will be sent.
Each type of note is identified by its value and represented using the standard format
outlined above. As an example, the values for Euro notes are:
[0xF4] [0x01] [0x00] [0x00]
[0xE8] [0x03] [0x00] [0x00]
[0xD0] [0x07] [0x00] [0x00]
[0x88] [0x13] [0x00] [0x00]
[0x10] [0x27] [0x00] [0x00]
[0x20] [0x4E] [0x00] [0x00]
[0x50] [0xC3] [0x00] [0x00]
Communications Format
ccTalk communication is carried out using the following settings:
Baud rate= 9600bps, Data= 8 bit, No parity, Stop bit= 1bit
Command Format from Host to NV11
[Dst] [Len] [CRC (LSB)] [Header] [Data1] … [DataN] [CRC (MSB)]
Destination Address (for a note validator, 40 [0x28])
Number of data bytes in the message
Data attached to Header, specified by Len (1-N)
[Dst] + [Len] + [Header] + [Data1] + … + calculated value of CRC16
against Data N