⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modpicccmdconst.bas

📁 an example of programming philips pegoda reader
💻 BAS
字号:
Attribute VB_Name = "modPICCCmdConst"
'
'         Copyright (c), Philips Semiconductors Gratkorn / Austria
'
'                     (C)PHILIPS Electronics N.V.2000
'       All rights are reserved. Reproduction in whole or in part is
'      prohibited without the written consent of the copyright owner.
'  Philips reserves the right to make changes without notice at any time.
' Philips makes no warranty, expressed, implied or statutory, including but
' not limited to any implied warranty of merchantability or fitness for any
'particular purpose, or that the use will not infringe any third party patent,
' copyright or trademark. Philips must not be liable for any loss or damage
'                          arising from its use.
'
' File PICCCmdglobal const
' Name PICC Commands
' Ingroup Mifare Commands which are handled by the tag
' Each tag command is written to the reader IC and transfered via RF


Global Const PICC_REQIDL = &H26                '  request idle
Global Const PICC_REQALL = &H52                '  request all
Global Const PICC_ANTICOLL1 = &H93             '  anticollision level 1 106 kBaud
Global Const PICC_ANTICOLL11 = &H92            '  anticollision level 1 212 kBaud
Global Const PICC_ANTICOLL12 = &H94            '  anticollision level 1 424 kBaud
Global Const PICC_ANTICOLL13 = &H98            '  anticollision level 1 848 kBaud
Global Const PICC_ANTICOLL2 = &H95             '  anticollision level 2
Global Const PICC_ANTICOLL3 = &H97             '  anticollision level 3
Global Const PICC_AUTHENT1A = &H60             '  authentication using key A
Global Const PICC_AUTHENT1B = &H61             '  authentication using key B
Global Const PICC_READ16 = &H30                '  read 16 byte block
Global Const PICC_WRITE16 = &HA0               '  write 16 byte block
Global Const PICC_WRITE4 = &HA2                '  write 4 byte block
Global Const PICC_DECREMENT = &HC0             '  decrement value
Global Const PICC_INCREMENT = &HC1             '  increment value
Global Const PICC_RESTORE = &HC2               '  restore command code
Global Const PICC_TRANSFER = &HB0              '  transfer command code
Global Const PICC_HALT = &H50                  '  halt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -