JP2004157903A - Data processing controller, communications processor, data processing system, data processing control method and computer program - Google Patents

Data processing controller, communications processor, data processing system, data processing control method and computer program Download PDF

Info

Publication number
JP2004157903A
JP2004157903A JP2002324774A JP2002324774A JP2004157903A JP 2004157903 A JP2004157903 A JP 2004157903A JP 2002324774 A JP2002324774 A JP 2002324774A JP 2002324774 A JP2002324774 A JP 2002324774A JP 2004157903 A JP2004157903 A JP 2004157903A
Authority
JP
Japan
Prior art keywords
data processing
communication
data
unit
card
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2002324774A
Other languages
Japanese (ja)
Other versions
JP4127022B2 (en
Inventor
Masaaki Hara
雅明 原
Yujiro Ito
雄二郎 伊藤
Atsushi Sawai
淳 澤井
Tsunenori Shiimoto
恒則 椎本
Tsutomu Shimozato
努 下里
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2002324774A priority Critical patent/JP4127022B2/en
Publication of JP2004157903A publication Critical patent/JP2004157903A/en
Application granted granted Critical
Publication of JP4127022B2 publication Critical patent/JP4127022B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a device and method for deciding inter-device relative location information, and for executing data processing control based on the location information. <P>SOLUTION: In a data processing controller configured of a reader/writer or the like, respective IDs are inputted from the plurality of communication parts of a communicating party through a plurality of data communication parts, for deciding the relative location configurations of the other communication device. Thus, it is possible to decide the reading/writing configurations of data allowable for the other communication device(IC card 510) based on the decision results, and to decide information to be inputted/outputted with the other communication device, to identify an input command from the other communication device, and to execute control based on the command. Also, it is possible to execute authentication processing based on the location information. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、データ処理制御装置、通信処理装置、データ処理システム、およびデータ処理制御方法、並びにコンピュータ・プログラムに関し、さらに詳細には、接点を介したデータ入出力を実行する接点型のデータ通信、あるいは接点を介することなくデータ入出力を実行する非接触型のデータ通信を実行するデバイス構成において、データ送信側デバイスとデータ受信側デバイスとの相対的な位置関係に基づいて送受信データの制御、コマンド認識、あるいはモード設定等を行なうことを可能としたデータ処理制御装置、通信処理装置、データ処理システム、およびデータ処理制御方法、並びにコンピュータ・プログラムに関する。
【0002】
【従来の技術】
近年、フラッシュ・メモリーなどに代表される大容量不揮発半導体メモリーを小さなカード型のパッケージの中に入れたメモリー・カードが実用化されている。例えば、「コンパクト・フラッシュ・カード」、「スマート・メディア・カード」、「マルチ・メディア・カード」、「メモリー・スティック」など、いわゆるフラッシュメモリを搭載するとともに、データ入出力制御手段としての制御回路を備え、様々な処理を実行可能なメモリー・カードが実用化されている。これらの情報記憶装置の詳細については、すでに様々な文献(例えば非特許文献1参照)に記載されている。
【0003】
現在、利用されている多くのメモリー・カードは、カードとリーダーライター間のデータ通信を接点を介して行う外部端子付きのカードである。このカードとリーダーライター間のデータ通信を接点を介して行う外部端子付きのカード構成について、図1を参照して説明する。
【0004】
図1(a)に示したのは、例えばメモリー・スティックに代表される接点型メモリー・カードの一般的な構成である。カード内部にはメモリー・チップ(RAM)101と、制御機能を有するインターフェース回路(I/F)102を有する。接点付きの外部端子(CONN)103から内部回路を動作させる電力(例えばVCC,GND)が入力されるとともに、外部端子(CONN)103を介して外部機器とのデータ送受信を行う。例えば、シリアル・インターフェースおよびデータ入出力制御手段としての制御回路を持つインターフェース回路(I/F)102の実行するメモリー・チップ(RAM)101へのデータ書き込み、およびメモリー・チップ(RAM)101からのデータ読み出し処理の手順について、以下に簡単に説明する。
【0005】
(a)メモリー・チップ(RAM)101へのデータ書き込み(WRITE)処理は、以下の手順で実行される。
(a1)RAMへの書き込みを可能とするイネーブル信号をON(1)とする。
(a2)データ書き込み(WRITE)を意味する信号(0)をシリアル・データ・バスから受け取る。
(a3)シリアル・データ・バスに送られるアドレスを、アドレス・バッファーに蓄える。
(a4)シリアル・データ・バスに送られるデータを、データ・バッファーに蓄える。
(a5)イネーブルがOFF(0)になるとともに、アドレス・バッファーに蓄えらているアドレスと一致するメモリーのアドレスに、データ・バッファーに蓄えられていたデータを書き込んで、終了。
【0006】
(b)メモリー・チップ(RAM)101からのデータ読みだし(READ)処理は、以下の手順で実行される。
(b1)RAMからのデータ読み出し可能とするイネーブル信号をON(1)とする。
(b2)データ読み出し(READ)を意味する信号(1)をシリアル・データ・バスから受け取る。
(b3)シリアル・データ・バスに送られるアドレスを、アドレス・バッファーに蓄える。
(b4)アドレス・バッファーに蓄えらていたアドレスと一致するメモリーのアドレスに記憶されていたデータをデータ・バッファーに蓄える。
(b5)データ・バッファーに蓄えられていたデータを、シリアル・データ・バスに出力した後、イネーブルがOFF(0)になって終了。
【0007】
なお、メモリー・スティックの場合の具体的な動作説明については、非特許文献1:p223〜p230に詳しい説明がある。
【0008】
図1(b)は、コンパクト・フラッシュ・カードの内部ブロック図を示す。コンパクト・フラッシュ・カードは、図1(b)に示すように、接点付きの外部端子(50ピン)(CONN)106、制御機能を持つインタフェース回路(I/F)105、データ記憶部(RAM)としてのフラッシュメモリ104を有する。
【0009】
図1(b)に示すコンパクト・フラッシュ・カードの場合は、PCカード・アダプタを介してPC−ATAカードとして使えるようにPC−ATAのインターフェースを持っている構成であり、インターフェース回路105は、データ入出力制御手段としての制御回路を有している。
【0010】
さて、容易に想像できるように、図1に示した接点を持つカードの場合、接点が腐食したり摩耗したりする可能性があるので、信頼性に不安が残る。このような接点を介するデータ送受信の欠点を排除する構成として、近年、接点を持たない非接触メモリー・カードが開発され、実用化されている。例えば、電磁誘導等により接点を介さずにデータ通信を行うものである。このような接点を持たないメモリー・カードは、大きく分類すると、2つの型に分類される。一方は、カードとリーダーライタの間隔が数mm程度の密着型であり、他方は、カードとリーダーライタの間隔が数mm以上に対応した近接型である。
【0011】
データ通信が非接触で行われるシステムは、おもに認証などの用途で用いられており、世界的にはRFID(Radio Frequency Identification)システムと呼ばれる。日本では、非接触型ID識別システム、または非接触型ICカードと呼ばれることが多い。これらの技術について整理された出版物としては、例えば非特許文献2がある。
【0012】
すべての非接触型システムは、図2に示すように、ICカードなどのトランスポンダ111と呼ばれる非接触データ・キャリアと、リーダー112と呼ばれるデータ読み書き処理を実行する装置から構成される。リーダー112は一般的な意味では読みだし装置だが、書き込み能力がある場合にもリーダーライターと言わずにリーダーという呼び方をすることが多い。
【0013】
図2に示されているように、リーダー112とトランスポンダ111の間でデータ通信が行われるが、場合によってはデータだけでなく電力(エネルギー)もリーダー112からトランスポンダ111に伝達される。リーダー112とトランスポンダ111の通信を成立させるためのデバイスをカップラー(結合要素)113と呼ぶ。カップラー113は、例えば、コイルやコンデンザおよびマイクロ波アンテナなどによって構成される。
【0014】
トランスポンダの例として、大容量不揮発半導体メモリーを密閉した小さなパッケージの中に入れ、非接触で電力供給とデータ通信を行う密着型のメモリー・カードがあり、電磁結合方式を使ったものがすでに製品化されている。(非特許文献3、非特許文献4参照)
【0015】
密着型メモリー・カードの内部構成例を図3に示す。メモリー・カードに対して電力を供給するカップラー(トランスの2次側コイルに相当)としての電力供給カップラー121が整流回路124に接続され、インタフェース回路(IF)125、メモリー・チップ(RAM)126に電力を供給する。信号を受信するカップラー(同じく、トランスの2次側コイル)としての信号受信カップラー122、信号を送信するカップラー(トランスの1次側コイルに相当)としての信号送信カップラー123は、インタフェース回路(IF)125に接続され、メモリー・チップ(RAM)126と外部機器とのデータ入出力制御を行なう。
【0016】
このように、外部からの電力供給構成を持つ密着型メモリー・カードは、電力供給カップラー121、信号受信カップラー122、信号送信カップラー123の3つのトランスを、カードとのデータ送受信を実行する例えばリーダーライターとの間で構成し、リーダーライター電力供給を受け、かつ相互にデータ送受信を行なう構成を持つ。
【0017】
非特許文献2(「RFIDハンドブック」p171〜175)によれば、ISO/IEC10536規格で「非接触−密着型のICカードの構造と動作範囲(パラメータ)」が規定されている。密着型ICカードの結合領域の構成例を図4に示す。規格では、H1〜H4がコイルによって構成されるカップラー、すなわち誘電結合領域であり、5mm×11mmの大きさの誘電結合型カップラー211〜214である。また、E1〜E4がコンデンサによって構成されるカップラー、すなわち静電結合領域であり、9mm×2mmの大きさの静電結合型カップラー221〜224である。
【0018】
密着型ICカード・システムの構成例を図5に示す。トランスポンダとしてのICカード251が、信号カップラーの位置を合わせてリーダーライター261に重ねられることで、データ通信が実現する。
【0019】
電力供給は、ICカード251の誘導結合領域H1〜H4,252と、リーダーライター261の誘導結合領域H1〜H4,262が対向し、近接配置され、いずれかの誘導結合領域H1〜H4を介してリーダーライター261側の電力がICカード251側に供給される。また、データ通信は、ICカード251の誘導結合領域252または静電結合領域253と、リーダーライター261の誘導結合領域262または静電結合領域263が対向し、近接配置されることで、誘電結合または静電結合のいずれかに基づいてデータ入出力が実行される。なお、#ISO/IEC 10536に関しては、非特許文献5に説明がある。
【0020】
【非特許文献1】
トランジスタ技術2002年1月号、p147〜p230「特集*メモリIC&メモリー・カードの解明」
【非特許文献2】
「RFIDハンドブック」(Klaus Finkenzeller 日刊工業新聞社 2001年発行)
【非特許文献3】
http://www.maxell.co.jp/products/industrial/memory/fx_eeprom.html
【非特許文献4】
http://www.citizen.co.jp/nccard/
【非特許文献5】
http://www.nmda.or.jp/nmda/ic−card/iso10536/iccard.html
【0021】
【発明が解決しようとする課題】
ICカード・システムは、通信部構成に基づいて接点型、および非接触型の密着型、近接型の3通りに大きく分類される。リーダーライターとICカードとの間で、データの入出力を実行する際には、接点型では、接点の接続を行ない、また、密着型、近接型のような非接触型においては、カップラーを対向させることで、データ通信を行なう。非接触型においてカップラーの位置は、データ通信が可能な位置に対向させることが要求される。
【0022】
本発明は、接点型、あるいは密着型、近接型のような非接触型のデータ通信構成においても適用可能であり、例えばリーダーライターとICカードとの相対的な位置関係に応じて送受信データの制御、コマンド認識、あるいはモード設定等を実行する。
【0023】
リーダーライターとICカードとの相対位置判定に基づく制御としては、例えば、ICカード、リーダーライターいずかのデバイスに構成されたメモリーへの書き込み処理を制限したり解除したりする制御が可能である。本構成により、外部スイッチなどで切り替える処理を不要とすることができる。また、ICカードとリーダーライターの位置関係を変えることによって、メモリから読み出し可能なデータのアドレス範囲を変更する制御も可能である。本構成により、ICカード等のメモリ格納データの検索処理を高速化が可能となる。さらに、ICカードとリーダーライターとの位置関係に基づいて識別される情報をコマンドとして対応付けることで、ICカードの位置情報に基づいてリーダーライターへコマンドを入力するなど、マウス等の入力機器の代用とすることも可能となる。
【0024】
これらの機能を実現するためには、データ通信が確立されたチャンネル、すなわちデータ通信が確立された接点、あるいはカップラの組合せを把握する仕組みが必要になるが、これまでのICカードのシステムは、このような仕組みを持つものはなく、従って、例えばリーダーライターとICカードとの相対的な位置関係に応じて異なるデータ、あるいはデータ通信の機能を変える構成は実現されていなかった。
【0025】
本発明は、接点型、あるいは密着型、近接型のような非接触型のデータ通信構成において、データ送受信機器の相対位置、例えばリーダーライターとICカードとの相対的な位置関係情報を、データ通信が確立されたチャンネルの組合せを把握することで取得し、取得した相対的な位置関係情報に応じて異なる通信データを設定したり、送受信データの制御、コマンド認識、あるいはモード設定等を行なうことを可能としたデータ処理制御装置、通信処理装置、データ処理システム、およびデータ処理制御方法、並びにコンピュータ・プログラムを提供することを目的とする。
【0026】
【課題を解決するための手段】
本発明の第1の側面は、
データ処理制御を実行するデータ処理制御装置であり、
各々が異なる位置に配置された複数のデータ通信部と、
前記複数のデータ通信部を介して入力する情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定部と、
前記判定部の判定結果に基づいてデータ処理態様を制御する制御部と、
を有することを特徴とするデータ処理制御装置にある。
【0027】
さらに、本発明のデータ処理制御装置の一実施態様において、前記判定部は、通信相手デバイス側の複数のデータ通信部と、データ処理制御装置側の複数のデータ通信部との間で設定された通信チャンネルに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする。
【0028】
さらに、本発明のデータ処理制御装置の一実施態様において、前記判定部は、データ処理制御装置側のデータ通信部が通信可能な位置にある通信相手デバイス側データ通信部から受信した通信相手デバイス側のデータ通信部識別子シーケンスに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする。
【0029】
さらに、本発明のデータ処理制御装置の一実施態様において、前記判定部は、通信相手デバイスのデータ処理制御装置に対する相対的な位置態様と、通信相手デバイス側データ通信部から受信可能なデータ通信部識別子シーケンスとを対応付けたテーブルに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする。
【0030】
さらに、本発明のデータ処理制御装置の一実施態様において、前記複数のデータ通信部は、非接触型のデータ通信を実行するデータ通信部であり、前記通信相手デバイスに配置された複数の非接触型データ通信部中、通信可能な位置に設定されたいずれかの通信部と選択的に通信を実行する構成であることを特徴とする。
【0031】
さらに、本発明のデータ処理制御装置の一実施態様において、前記複数のデータ通信部は、接点型のデータ通信を実行するデータ通信部であり、前記通信相手デバイスに配置された複数の接点型データ通信部中、接続されたいずれかの通信部と選択的に通信を実行する構成であることを特徴とする。
【0032】
さらに、本発明のデータ処理制御装置の一実施態様において、前記制御部は、前記判定部の判定結果に基づいて、前記通信相手デバイスに対して許容するデータの読み取りまたは書き込み態様を決定し、該決定態様に基づく制御を実行する構成であることを特徴とする。
【0033】
さらに、本発明のデータ処理制御装置の一実施態様において、前記制御部は、前記判定部の判定結果に基づいて、前記通信相手デバイス間で入出力する情報を決定し、該決定に基づくデータ入出力制御を実行する構成であることを特徴とする。
【0034】
さらに、本発明のデータ処理制御装置の一実施態様において、前記制御部は、前記判定部の判定結果に基づいて、前記通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行する構成であることを特徴とする。
【0035】
さらに、本発明のデータ処理制御装置の一実施態様において、前記制御部は、前記判定部の判定結果に基づいて、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行する構成であることを特徴とする。
【0036】
さらに、本発明のデータ処理制御装置の一実施態様において、前記制御部は、前記判定部の判定結果に基づいて、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行する構成であることを特徴とする。
【0037】
さらに、本発明のデータ処理制御装置の一実施態様において、前記データ処理制御装置は、さらに、認証処理部を有し、前記認証処理部は、前記判定部の判定結果に基づいて認証処理を実行し、前記制御部は、認証処理部の認証結果に基づいてデータ処理を実行する構成であることを特徴とする。
【0038】
さらに、本発明のデータ処理制御装置の一実施態様において、前記認証処理部は、前記通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、前記判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定する構成であることを特徴とする。
【0039】
さらに、本発明の第2の側面は、
データ通信を実行する通信処理装置であり、
各々に固有の識別子が設定され異なる位置に配置された複数のデータ通信部と、
通信相手機器に対して、前記複数のデータ通信部を介して、各々に設定された識別子情報を個別に出力する制御を実行する制御部と、
を有する通信処理装置にある。
【0040】
さらに、本発明の通信処理装置の一実施態様において、前記制御部は、前記複数のデータ通信部各々の受信した識別子要求コマンドに基づいて、該識別子要求コマンドを受信したデータ通信部のみを介して、個々に設定された識別子情報出力処理を実行する構成であることを特徴とする。
【0041】
さらに、本発明の第3の側面は、
データ通信を実行する通信デバイスと、前記通信デバイスとの通信処理に基づいてデータ処理制御を実行するデータ処理デバイスとによって構成されるデータ処理システムであり、
前記通信デバイスは、各々に固有の識別子が設定され異なる位置に配置された複数の通信デバイス側通信部と、
データ処理デバイスに対して、前記複数の通信デバイス側通信部を介して、各々に設定された識別子情報を個別に出力する制御を実行する通信デバイス側制御部とを有し、
前記データ処理デバイスは、
各々が異なる位置に配置された複数のデータ処理デバイス側通信部と、
前記複数のデータ処理デバイス側通信部を介して、前記通信デバイスから入力する情報に基づいて、データ処理デバイスに対する通信デバイスの相対的な位置態様を判定する判定部と、
前記判定部の判定結果に基づいてデータ処理態様を制御するデータ処理デバイス側制御部とを有し、
前記データ処理デバイスに対する前記通信デバイスの相対的な位置態様に基づくデータ処理を実行する構成としたことを特徴とするデータ処理システムにある。
【0042】
さらに、本発明のデータ処理システムの一実施態様において、前記判定部は、データ処理デバイス側通信部が通信可能な位置にある通信デバイス側データ通信部から受信した通信デバイス側通信部識別子のシーケンスに基づいて通信デバイスの相対的な位置態様を判定する構成であることを特徴とする。
【0043】
さらに、本発明のデータ処理システムの一実施態様において、前記データ処理デバイスは、さらに、認証処理部を有し、前記認証処理部は、前記判定部の判定結果に基づいて認証処理を実行し、前記データ処理デバイス側制御部は、認証処理部の認証結果に基づいてデータ処理を実行する構成であることを特徴とする。
【0044】
さらに、本発明のデータ処理システムの一実施態様において、前記認証処理部は、前記通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、前記判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定する構成であることを特徴とする。
【0045】
さらに、本発明の第4の側面は、
データ処理制御を実行するデータ処理制御方法であり、
各々が異なる位置に配置された複数のデータ通信部を介して、通信相手デバイス側通信部に設定された識別情報を入力するステップと、
前記入力識別情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定ステップと、
前記判定ステップにおける判定結果に基づいてデータ処理態様を制御する制御ステップと、
を有することを特徴とするデータ処理制御方法にある。
【0046】
さらに、本発明のデータ処理制御方法の一実施態様において、前記判定ステップは、通信相手デバイス側の複数のデータ通信部と、データ処理制御装置側の複数のデータ通信部との間で設定された通信チャンネルに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする。
【0047】
さらに、本発明のデータ処理制御方法の一実施態様において、前記判定ステップは、データ処理制御装置側のデータ通信部が通信可能な位置にある通信相手デバイス側データ通信部から受信した通信相手デバイス側のデータ通信部識別子シーケンスに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする。
【0048】
さらに、本発明のデータ処理制御方法の一実施態様において、前記判定ステップは、通信相手デバイスのデータ処理制御装置に対する相対的な位置態様と、通信相手デバイス側データ通信部から受信可能なデータ通信部識別子シーケンスとを対応付けたテーブルに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする。
【0049】
さらに、本発明のデータ処理制御方法の一実施態様において、前記制御ステップは、前記判定ステップにおける判定結果に基づいて、前記通信相手デバイスに対して許容するデータの読み取りまたは書き込み態様を決定し、該決定態様に基づく制御を実行することを特徴とする。
【0050】
さらに、本発明のデータ処理制御方法の一実施態様において、前記制御ステップは、前記判定ステップにおける判定結果に基づいて、前記通信相手デバイス間で入出力する情報を決定し、該決定に基づくデータ入出力制御を実行することを特徴とする。
【0051】
さらに、本発明のデータ処理制御方法の一実施態様において、前記制御ステップは、前記判定ステップにおける判定結果に基づいて、前記通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行することを特徴とする。
【0052】
さらに、本発明のデータ処理制御方法の一実施態様において、前記制御ステップは、前記判定ステップにおける判定結果に基づいて、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行することを特徴とする。
【0053】
さらに、本発明のデータ処理制御方法の一実施態様において、前記制御ステップは、前記判定ステップにおける判定結果に基づいて、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行することを特徴とする。
【0054】
さらに、本発明のデータ処理制御方法の一実施態様において、前記データ処理制御方法は、さらに、認証処理ステップを有し、前記認証処理ステップは、前記判定ステップにおける判定結果に基づいて認証処理を実行し、前記制御ステップは、認証処理ステップの認証結果に基づいてデータ処理を実行することを特徴とする。
【0055】
さらに、本発明のデータ処理制御方法の一実施態様において、前記認証処理ステップは、前記判定ステップにおいて判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報として予め保持している配置シーケンス情報との照合処理を実行して認証の成立性を判定することを特徴とする。
【0056】
さらに、本発明の第5の側面は、
データ処理制御を実行するコンピュータプログラムであり、
各々が異なる位置に配置された複数のデータ通信部を介して、通信相手デバイス側通信部に設定された識別情報を入力するステップと、
前記入力識別情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定ステップと、
前記判定ステップにおける判定結果に基づいてデータ処理態様を制御する制御ステップと、
を有することを特徴とするコンピュータプログラムにある。
【0057】
【作用】
本発明の構成によれば、リーダーライター等によって構成されるデータ処理制御装置において、複数のデータ通信部を介して入力する情報に基づく通信相手デバイスの相対位置態様の判定が可能であり、判定結果に基づいて、通信相手デバイス(ICカード)に対して許容するデータの読み取りまたは書き込み態様を決定したり、通信相手デバイス間で入出力する情報を決定したり、通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行することが可能となる。さらに、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行したり、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行することが可能となる。
【0058】
また、本発明の構成によれば、複数のデータ通信部を介して入力する情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定し、判定結果を適用して、認証処理を実行することが可能となる。具体的には、通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定することが可能となる。
【0059】
なお、本発明のコンピュータ・プログラムは、例えば、様々なプログラム・コードを実行可能な汎用コンピュータ・システムに対して、コンピュータ可読な形式で提供する記憶媒体、通信媒体、例えば、CDやFD、MOなどの記憶媒体、あるいは、ネットワークなどの通信媒体によって提供可能なコンピュータ・プログラムである。このようなプログラムをコンピュータ可読な形式で提供することにより、コンピュータ・システム上でプログラムに応じた処理が実現される。
【0060】
本発明のさらに他の目的、特徴や利点は、後述する本発明の実施例や添付する図面に基づく、より詳細な説明によって明らかになるであろう。なお、本明細書においてシステムとは、複数の装置の論理的集合構成であり、各構成の装置が同一筐体内にあるものには限らない。
【0061】
【発明の実施の形態】
以下、図面を参照しながら、本発明のデータ処理制御装置、通信処理装置、データ処理システム、およびデータ処理制御方法、並びにコンピュータ・プログラムの詳細について説明する。
【0062】
本発明のデータ処理制御装置、通信処理装置、データ処理システム、およびデータ処理制御方法は、接点型、あるいは密着型、近接型のような非接触型のデータ通信構成において、データ入出力を実行する機器の位置関係を判定し、判定結果に基づいて、送受信データの制御、コマンド認識、あるいはモード設定等を行なうことを可能としたものであり、通信処理部は、接点型、あるいは密着型、近接型のような非接触型のいずれにおいても適用可能である。以下の実施例では、1つの代表的構成例として密着型ICカード・システムの構成例を中心として説明する。
【0063】
図6は、ICカード310とリーダーライター320におけるデータ通信カップラーの配置例を示すものである。ICカード310は、本発明の通信処理装置の一例であり、データ通信、記憶機能を有するICカードである。リーダーライター320は、本発明のデータ処理制御装置の一例であり、ICカードに対する情報入出力処理を実行し、各種のデータ処理制御を実行する。
【0064】
ICカード310は、データ通信を行なうカップラー(Cm1〜Cm8)311〜318を有し、一方、リーダーライター320も、データ通信を行なうカップラー(Cr〜Cr8)321〜328を有する。
【0065】
これらのカップラーは、コンデンサによって構成されるカップラー、すなわち静電結合領域、あるいは、コイルによって構成される誘電結合領域、その他アンテナ、光送受信構成等、様々なタイプのデータ通信カップラーとして構成可能である。ただし、ICカード310と、リーダーライター320のいずれのカップラーの組合わせにおいてもデータ通信が可能であることが要件である。
【0066】
ここで説明するカップラーの並べ方はあくまでもひとつの例にすぎないが、カード型情報記憶装置としてのメモリカード310は、以下のような構成要件を持つ。
(要件1)
メモリカード310に備えられるカップラーは、必ずしも全部が同じ種類のカップラーである必要は無いが、メモリカード310とリーダーライター320との相対位置を変化させたときに、通信可能となるカップラーの組合せが複数あるように、カップラーを配置すること。
【0067】
(要件2)
メモリカード310とリーダーライター320とを近接させて、相互に対向し重なるカップラー面積が100%に満たなくてもデータ通信が可能であり、その一方で、重なりの無い、あるいは極端に少ないカップラーとのクロストークが小さい構成であること。例えば、入力信号の検出を行なうデバイス側において、所定の閾値以下の入力信号をカットするフィルター等を構成し、所定の閾値以上の信号の読み取りのみを実行する構成とする。
【0068】
(要件3)
メモリカード310側のカップラーは、それぞれがひとつのトランスポンダとしての役割を持っており、メモリカード310側のカップラーがリーダーライター320からデータ(ID取得要求)を受信したときに自己のカップラーに設定されたID(何番目のチャンネルであるかの識別子)を返す処理を実行すること。これは、メモリカード310側の制御部において、リーダーライター320からデータ(ID取得要求)を受信したカップラーを識別し、受信カップラーに設定されたIDを、そのカップラーを介してリーダーライター320に応答信号として出力する。図6に示すように、ICカード310のカップラーCm1〜Cm8にはそれぞれ固有の識別子(ID=1〜8)が設定される。
【0069】
上述した構成を持つICカードと、リーダーライターとの相対位置の変化態様と、リーダーライター側での状態判別処理について説明する。
【0070】
図7は、ICカードと、リーダーライターとの相対位置の4つの変化態様を示している。図7(a)はICカードと、リーダーライターとに構成されたカップラーが完全一致する正規の位置関係であり、メモリカード側の通信カップラー:Cm1〜Cm8の各々が、リーダーライター側の通信カップラーCr1〜Cr8に重なり合い、全てのカップラーの組(Cm1−Cr1,Cm2−Cr2・・Cm8−Cr8)において通信可能な状態である。
【0071】
ICカードと、リーダーライターの複数のデータ通信部(カップラー)は、通信可能な位置に設定されたいずれかの通信部(カップラー)と選択的に通信を実行する。
【0072】
図7(b)は、ICカードが、リーダーライターに対して左に45度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターののカップラーが重なり通信可能となるカップラーの組合わせは減少する。通信可能なカップラーの組合わせは、
Cr2−Cm8
Cr3−Cm5
Cr5−Cm1
Cr8−Cm4
の4組である。
【0073】
なお、図7(b)に示す態様においては、上記した4つ組以外にも重なりのあるカップラーの組があるが、これらは重なりの面積が小さく、データ入力を検出する機器側において、閾値とのレベル比較を行なって、閾値以上の入力信号の検出がされず、その結果、入力信号として識別しない。すなわち、閾値以上のレベルの入力があるカップラーのみが上記4つのカップラーの組である。
【0074】
図7(c)は、ICカードが、リーダーライターに対して左に90度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターののカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm2
Cr2−Cm4
Cr3−Cm1
Cr4−Cm3
【0075】
図7(d)は、ICカードが、リーダーライターに対して左に135度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターののカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm8
Cr4−Cm6
Cr5−Cm2
Cr8−Cm3
【0076】
図8を参照して、ICカードとリーダーライターとの相対位置を判定する処理について説明する。なお、図8では、リーダーライター520側が、相対位置状態を検出する処理を実行する例を説明するが、必ずしもリーダーライターが相対位置状態を検出する構成に限らず、ICカード側で相対位置状態を検出する処理を実行する構成としてもよい。この場合は、以下に説明するリーダーライター側の処理をICカード側において実行することになる。
【0077】
リーダーライター520は、データ通信を実行するカップラー群Cr1〜Cr8,524と、データ通信制御を実行する制御部521、データを記憶する記憶部522と、レジスタ525と、メモリカードとの相対位置状態を判定する判定部523とを有する。一方、ICカード510は、データ通信を実行するカップラー群Cm1〜Cm8,513と、データ通信制御を実行する制御部511、データを記憶する記憶部512を有する。
【0078】
図8において、リーダーライター520は、例えば図7に示すような様々な位置関係にあるICカードの位置状態を検出する処理を実行する。ここでは、図7(b)の配置状態、すなわち、リーダーライターに対して、ICカードが左に45度回転した状態にあるときの処理について説明する。
【0079】
リーダーライター520は、ICカードが左に45度回転した状態で近接すると、リーダーライター520の制御部521は、カップラー群Cr1〜Cr8,524からID取得要求信号(Get ID)を出力する(S1,S3,S5・・S15)。
【0080】
ICカード側では、通信可能な状態で対向するカップラーのみがID取得要求信号(Get ID)を入力する。ここでは、先の図7(b)の説明で記述したように、通信可能なカップラーの組合わせは、
Cr2−Cm8
Cr3−Cm5
Cr5−Cm1
Cr8−Cm4
の4組である。
【0081】
ICカード510側の制御部511は、例えば負荷変調などの手段で信号を変調して、信号を受けたカップラーがどのカップラーであるかを判別し、個々のカップラーに対応して予め設定された識別子(ID)を、通信可能なカップラーを介して応答する(S2,S4,S6・・S16)。
【0082】
図8の構成例では、ステップS4において、ICカード510側のカップラーCm8が、リーダーライター520の対向するカップラーCr2に対してID=8を応答し、ステップS6において、ICカード510側のカップラーCm5が、リーダーライター520のカップラーCr3に対してID=5を応答し、ステップS10において、ICカード510側のカップラーCm1が、リーダーライター520の対向するカップラーCr5に対してID=1を応答し、ステップS16において、ICカード510側のカップラーCm4が、リーダーライター520の対向するカップラーCr8に対してID=4を応答する。
【0083】
リーダーライター520のその他のカップラーCr1、Cr4、Cr6、Cr7は、ICカード510側のカップラーと通信可能な状態にないので、IDの応答を受信できない。
【0084】
リーダーライター520は、カップラーを介して受信したIDをレジスタ525に格納する。レジスタ525は、各カップラーCr1〜Cr8の受信IDをそれぞれ区別して格納可能な構成である。この場合、CR1〜Cr8の受信IDシーケンスとして、[0,8,5,0,1,0,0,4]を格納する。0は、受信IDがないことを示す。
【0085】
この受信IDデータは、判定部523に入力され、受信IDシーケンスとして、[0,8,5,0,1,0,0,4]に基づいて、リーダーライターとICカードとの相対位置状態を判別する。すなわち、判定部523は、データ通信が確立したカップラーの組合せに基づいて、リーダーライターとICカードとの相対位置状態を判別する。
【0086】
リーダーライターとICカードとが45度回転した相対位置で置かれた図7(b)の位置関係を想定した場合の位置判定処理を順を追って記述すると、次のようになる。
(S1)リーダーライターのカップラー:Cr1からID取得要求[GET_ID]信号を出力。
(S2)リーダーライターのカップラー:Cr1と結合するICカードのカップラーは無いのでID情報は得られず、取得情報はなし[none]として設定され、レジスタには0が設定される。
(S3)リーダーライターのカップラー:Cr2からID取得要求[GET_ID]信号を出力。
(S4)リーダーライターのカップラー:Cr2と通信可能なICカードのカップラー:Cm8からID情報8を入力し、2番目のIDレジスターに8を格納。
【0087】
以下、S5〜S16まで、リーダーライターのカップラー:Cr1〜Cr8の取得IDをレジスタに格納し、取得IDシーケンス[0,8,5,0,1,0,0,4]を判定部523に入力し、取得IDシーケンス[0,8,5,0,1,0,0,4]に基づいて、リーダーライターとICカードとの相対位置状態を判別する。
【0088】
このように、本発明の構成は、通信相手デバイス(ICカード)側の複数のデータ通信部(カップラー)と、データ処理制御装置(リーダーライター)側の複数のデータ通信部との間で設定された通信チャンネルに基づいて、データ処理制御装置(リーダーライター)が、通信相手デバイス(ICカード)の相対的な位置態様を判定する。
【0089】
すなわち、データ処理制御装置(リーダーライター)側のデータ通信部が通信可能な位置にある通信相手デバイス(ICカード)側データ通信部から受信した通信相手デバイス側のデータ通信部識別子(ID)シーケンスに基づいて通信相手デバイスの相対的な位置態様を判定する。
【0090】
相対位置情報の判別結果に基づいて、リーダーライター520の制御部521は、ICカード510との入出力するデータの決定処理、あるいは入出力データの処理、モードの設定等を行なう。これらの処理の具体例については後述する。
【0091】
なお、前述したように、位置検出処理は、ICカード側で行なってもよく、この場合は、ICカード側に判定部を構成し、ICカード側からID取得要求を出力し、取得したIDに基づいて、ICカード側において、相対位置を判定する。さらに、ICカード間でのデータ通信を可能とした構成においては、ICカードを重ね合わせて、ICカード間のカップラーを介したデータ通信を実行し、上述と同様のID取得処理によって、ICカード相互の相対位置情報を取得することができる。
【0092】
図7においては、(a)〜(d)のリーダーライターとICカードとの4種類の異なる相対位置状態を説明したが、この他にも識別可能な相対位置は多数ある。これらについて図9〜図13を参照して説明する。さらに、図14に、各配置状態におけるリーダーライター側のID取得処理によってレジスタに格納されるIDシーケンスの対応を示す。図14に示すように、図7および図9〜図13に示す20種類の相対位置において取得されるIDシーケンスは異なり、リーダーライターはこの固有のIDシーケンスに基づいて図7および図9〜図13に示す20種類の相対位置のいずれの状態であるかを判別することができる。
【0093】
図9(e)は、ICカードが、リーダーライターに対して180度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm4,Cr2−Cm4,Cr3−Cm2,Cr4−Cm1,Cr5−Cm8,Cr6−Cm7,Cr7−Cm6,Cr4−Cm5。
【0094】
図9(f)は、ICカードが、リーダーライターに対して左に225度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr2−Cm5,Cr3−Cm8,Cr5−Cm4,Cr8−Cm1。
【0095】
図9(g)は、ICカードが、リーダーライターに対して左に270度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm2,Cr2−Cm4,Cr3−Cm1,Cr4−Cm3。
【0096】
図9(h)は、ICカードが、リーダーライターに対して左に315度回転した配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm5,Cr4−Cm8,Cr5−Cm3,Cr8−Cm2。
【0097】
図10(i)は、ICカードが、リーダーライターに対して左にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm2,Cr3−Cm4,Cr5−Cm7,Cr6−Cm8。
【0098】
図10(j)は、ICカードが、リーダーライターに対して左上にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm6,Cr2−Cm8,Cr5−Cm3,Cr7−Cm4。
【0099】
図10(k)は、ICカードが、リーダーライターに対して左下にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr3−Cm6,Cr4−Cm8,Cr5−Cm1,Cr7−Cm2。
【0100】
図11(l)は、ICカードが、リーダーライターに対して右にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr2−Cm1,Cr4−Cm3,Cr7−Cm5,Cr8−Cm6。
【0101】
図11(m)は、ICカードが、リーダーライターに対して右下にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr3−Cm5,Cr4−Cm7,Cr6−Cm1,Cr8−Cm2。
【0102】
図11(n)は、ICカードが、リーダーライターに対して右上にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm5,Cr2−Cm7,Cr6−Cm3,Cr8−Cm4。
【0103】
図12(o)は、ICカードが、リーダーライターに対して180度回転し、左にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm3,Cr3−Cm1,Cr5−Cm6,Cr6−Cm5。
【0104】
図12(p)は、ICカードが、リーダーライターに対して180度回転し、左上にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm7,Cr2−Cm5,Cr5−Cm2,Cr7−Cm1。
【0105】
図12(q)は、ICカードが、リーダーライターに対して180度回転し、左下にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr3−Cm7,Cr4−Cm5,Cr5−Cm8,Cr7−Cm3。
【0106】
図13(r)は、ICカードが、リーダーライターに対して180度回転し、右にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr2−Cm4,Cr4−Cm2,Cr7−Cm8,Cr8−Cm7。
【0107】
図13(s)は、ICカードが、リーダーライターに対して180度回転し、右下にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr3−Cm8,Cr4−Cm6,Cr5−Cm4,Cr8−Cm3。
【0108】
図13(t)は、ICカードが、リーダーライターに対して180度回転し、右にスライドした配置例を示している。この配置の場合、ICカードのカップラーと、リーダーライターのカップラーが重なり通信可能となるカップラーの組合わせは、以下の通りである。
Cr1−Cm8,Cr2−Cm6,Cr6−Cm2,Cr8−Cm1。
【0109】
なお、上述した例では、8つのカップラーすべてにおいて通信可能な8チャンネル通信組合せが2通り、4つのカップラーにおいてのみ通信可能な4チャンネル通信組合せが18通りの組合せを説明したが、仮にカップラーの配置が同じであったとしても、データ通信が確立できる位置関係の組合せの数は、双方向通信可能なカップラーの組合せの数とカップラーの結合とクロストークの関係によって異なることとなる。
【0110】
図14に、各配置状態におけるリーダーライター側のID取得処理によってレジスタ(図8のレジスタ525)に格納されるIDシーケンスの対応を示す。図14に示すように、図7および図9〜図13に示す20種類の相対位置において取得されるIDシーケンスは、それぞれ異なるシーケンスとなる。
【0111】
リーダーライターの判定部は、例えば、図14に示すような、配置態様(a)〜(t)と、IDシーケンスデータを対応付けたテーブルデータを有し、ID取得処理によって取得したIDシーケンスとテーブルデータとの対比を行なうことにより、図7および図9〜図13に示す20種類の位置(a)〜(t)のいずれの状態であるかを判別する。
【0112】
このように、データ処理制御装置(リーダーライター)の判定部は、通信相手デバイス(ICカード)のデータ処理制御装置(リーダーライター)に対する相対的な位置態様と、通信相手デバイス側データ通信部から受信可能なデータ通信部識別子シーケンスとを対応付けたテーブル(図14参照)に基づいて通信相手デバイスの相対的な位置態様を判定する。
【0113】
なお、図7、図9〜図13、および図14には、20種類の異なる配置例、および取得IDシーケンスを示してあるが、この他にも異なる配置に基づく異なるIDシーケンスが存在し、判定部において、それらのIDシーケンスと配置状態データを対応付けて格納する構成とすることにより、上述した20種類の配置構成以外の配置構成の識別も可能となる。
【0114】
また、データ送信を行なうトランスポンダがカード状の物であれば、その両面(表と裏)に同等にデータ通信用のカップラーを形成することができる。この場合には、トランスポンダとリーダーライターがデータ通信を行う面を変えることで、データ通信が確立するチャンネルの組合せを変えることができる。したがって、使用するトランスポンダの面を識別することにより、さらに、識別可能な状態数を増加させることが可能となる。
【0115】
次に、上述した位置状態判別データに基づく処理の具体例について説明する。図15は、非接点式密着型データ通信システムの一例を示すものであり、ICカードと、リーダーライター間でのデータ読み取りあるいは書き込み処理を実行する構成において、ICカードと、リーダーライターの相対位置に応じて、データの読み出しのみが実行できるモード(ROMモード)と、データの読書き双方が実行できるモード(RAMモード)とを切替え制御する例を示している。
【0116】
図15(a)は、ICカード611と、リーダーライター612の向きが同一であり、それぞれのデバイテスに形成されたカップラーが完全に一致して対向する構成である。この場合、リーダーライター612は、対向配置されたICカード611に対して前述のID取得処理を実行し、ID取得結果として、ICカードのリーダーライターに対する相対位置情報を得る。この結果、ICカード611がリーダーライター612に対して正対した位置におかれていると判断し、リーダーライター612の制御部は、データの読み書き双方が実行できるモード(RAMモード)に設定し、ICカード611からリーダーライターに対するデータ書き込み、およびデータ読み出しを許容する。
【0117】
図15(b)は、ICカード613と、リーダーライター614の向きが反対である。リーダーライター614は、対向配置されたICカード613に対して前述のID取得処理を実行し、ID取得結果として、ICカードのリーダーライターに対する相対位置情報を得る。この結果、ICカード613がリーダーライター614に対して180度回転して対向した位置におかれていると判断し、リーダーライター614の制御部は、データの書き込みを禁止し、データ読み出しのみを実行できるモード(ROMモード)に設定する。
【0118】
図15(a)または(b)のいずれかの置き方であれば、8チャンネル分すべてのカップラーが重なることになる。カップラーのデータ転送能力が同じであれば、8チャンネルそれぞれに異なるデータを乗せてデータ通信をすることで高速データ通信が可能となる。この時、上述したように、角度0度の(a)であれば書き換え可能なデータ通信モード(RAMモード)であるとし、角度180°(b)であれば読みだしのみで書き換えできないデータ通信モード(ROMモード)に設定する構成とすることで、ICカードを置く方向だけで内部データを保護するかどうかを区別することが可能になる。
【0119】
図16は、ICカードの相対位置情報に基づいて、コンピュータ・ディスプレーのウインドウに表示されるファイルまたはフォルダーのアイコンを変更する例を示したものである。
【0120】
例えば、内部データの上位アドレスがA00,A10,A20,A30,A40,A50の複数ファイルがPC等の記憶部に格納されているものとする。このとき、ICカードをリーダーライターに対して正対する位置(図7(a)に対応する位置)においたときは、図16(1)に示すように、全てのファイル情報がディスプレイに表示される。しかし、この表示ではファイル全体が見えるがアイコンが小さくてわかりにくい。
【0121】
このとき、ICカードをリーダーライターに対して左45度回転した位置(図7(b)に対応する位置)においたときは、図16(2)に示すように、A00のアドレスに属するファイルのアイコンのみが拡大されて表示される。ICカードをリーダーライターに対して左90度回転した位置(図7(c)に対応する位置)においたときは、図16(3)に示すように、A10のアドレスに属するファイルのアイコンのみが拡大されて表示される。
【0122】
さらに、ICカードをリーダーライターに対して左135度回転した位置(図7(d)に対応する位置)においたときは、図16(4)に示すように、A20のアドレスに属するファイルのアイコンのみが拡大されて表示される。また、ICカードをリーダーライターに対して180度回転した位置(図9(e)に対応する位置)においたときは、図16(4)に示すように、A30のアドレスに属するファイルのアイコンのみが拡大されて表示される。
【0123】
このように、ICカードの設定位置を変えるのみで、ディスプレイの表示態様を変更設定することが可能であり、例えばキーボード操作に不慣れなユーザにとって、操作のし易い環境が設定される。
【0124】
次に、ICカードの位置情報に基づく認証処理を行なうセキュリティシステムの構成例について説明する。
【0125】
データ保護または機密保持のために、入力されたパスワードと照合できた場合に限って使用可能になるようなシステムはすでに一般的であるが、パスワード自身は漏洩する可能性があり、一旦漏洩すると機密保持が保証されないという問題がある。
【0126】
ここでは、特定のICカードに設定された設定位置のシーケンスを、認証情報として利用する。例えば前述した(a)〜(t)の20種類の位置識別が可能なリーダーライターを利用し、ICカードを、(d)→(h)→(b)→(e)という順番等、特定の配置の設定順に置き直す処理が正しく行われたか否かを判定する。リーダーライター側では、ICカードの置き換え処理が、正しく行われたか否かを、個別のICカード毎に登録された情報に従って判定し、正しい置き換えが実行されたことを条件として認証成立とする。
【0127】
図17および図18を参照して、認証処理の詳細について説明する。図17は、認証処理を実行するリーダーライター710と、認証対象としてのICカード720の処理シーケンスを示している。
【0128】
リーダーライター710のデータ送受信部715には、前述の実施例で説明したと、同様の複数のカップラーが設定され、ID取得処理により、判定部714において、(a)〜(t)の20種類の位置識別が可能である。認証処理部711は、各ICカードの識別子(CID)に対応して予め設定された認証情報としての位置シーケンス情報(例えば(d)→(h)→(b)→(e))を認証情報として有し、判定部714において、判定されたICカード位置情報が、登録情報に従って遷移したか否かを判定し、認証の成立、不成立を判定する。
【0129】
制御部712は、認証成立に基づいて、記憶部713に対するデータの読み出し、書き込み、あるいはその他の処理制御を実行する。なお、認証に基づく処理制御としては、認証成立に基づいて、リーダーライターに接続されたPCの内部情報のアクセスを許可する等の構成としてもよい。
【0130】
一方、ICカード720のデータ送受信部723には、前述の実施例で説明したと、同様の複数のカップラーが設定され、制御部721は、ID取得要求に応じて、通信可能なカップラーからIDを出力する処理制御を行なう。ICカード720は、さらに、ICカード固有の識別子(CID)その他のデータを記憶する記憶部722を有する。
【0131】
認証処理シーケンスについて説明する。まず、リーダーライターは、ステップS21において、ICカードがデータ通信可能な状態に設定されると、ICカード識別子(CID)の取得要求をICカードに出力する。なお、この時点でのICカードの配置は任意である。ステップS22において、ICカードは、自己に設定されているICカード識別子(CID)をリーダーライターに出力する。
【0132】
リーダーライターは、ICカード識別子(CID)を受信すると、受信したCIDに対応して予め設定された認証情報としての位置シーケンス情報(例えば(d)→(h)→(b)→(e))を抽出する。
【0133】
次に、リーダーライターは、ステップS23において、第1位置設定要求(GET POSITION−1)を出力する。ステップS24において、ICカードのユーザは、自己の記憶する認証情報((d)→(h)→(b)→(e))に応じた第1位置としての(d)の位置にICカードを設定する。図18に(d)→(h)→(b)→(e)に応じた位置シーケンスを示す。
【0134】
(d)の配置は、図18に示すように、ICカードをリーダーライターに対して左135度回転した位置である。ユーザがICカードをこの配置に設定し、リーダーライターが前述のID取得処理を実行することで、リーダーライターは、(d)の位置に対応するIDシーケンス(80012003)(図14参照)を得ることができ、ICカードが(d)135度左回転の位置に正しく設定されたことを確認する。
【0135】
次に、リーダーライターは、ステップS25において、第2位置設定要求(GET POSITION−2)を出力する。ステップS26において、ICカードのユーザは、自己の記憶する認証情報に従って第2位置としての(h)の位置にICカードを設定する。(h)の配置は、図18に示すように、ICカードをリーダーライターに対して左315度回転した位置である。ユーザがICカードをこの配置に設定し、リーダーライターが前述のID取得処理を実行することで、リーダーライターは、(h)の位置に対応するIDシーケンス(50083002)(図14参照)を得ることができ、ICカードが(h)315度左回転の位置に正しく設定されたことを確認する。
【0136】
次に、リーダーライターは、ステップS27において、第3位置設定要求(GET POSITION−3)を出力する。ステップS28において、ICカードのユーザは、自己の記憶する認証情報に従って第3位置としての(b)の位置にICカードを設定する。(b)の配置は、図18に示すように、ICカードをリーダーライターに対して左45度回転した位置である。ユーザがICカードをこの配置に設定し、リーダーライターが前述のID取得処理を実行することで、リーダーライターは、(b)の位置に対応するIDシーケンス(08501004)(図14参照)を得ることができ、ICカードが(b)45度左回転の位置に正しく設定されたことを確認する。
【0137】
次に、リーダーライターは、ステップS29において、第4位置設定要求(GET POSITION−2)を出力する。ステップS30において、ICカードのユーザは、自己の記憶する認証情報に従って第4位置としての(e)の位置にICカードを設定する。(e)の配置は、図18に示すように、ICカードをリーダーライターに対して180度回転した位置である。ユーザがICカードをこの配置に設定し、リーダーライターが前述のID取得処理を実行することで、リーダーライターは、(e)の位置に対応するIDシーケンス(43218765)(図14参照)を得ることができ、ICカードが(e)180度回転の位置に正しく設定されたことを確認する。
【0138】
このように、ICカードが、ICカードに固有の認証情報((d)→(h)→(b)→(e))に従って遷移して置き換えられたことを条件として認証成立として、データの読書き、あるいは接続されたPC等へのアクセスを許可する。ICカードが認証情報((d)→(h)→(b)→(e))と異なるシーケンスで配置された場合は、認証不成立とする。
【0139】
なお、ICカードに新しい位置の設定要求状態にあることを知らせるためための構成として、リーダーライターからブザー音、あるいは接続されたディスプレイに処理要求メッセージ等を出力する構成としてもよい。
【0140】
ICカードをリーダーライターに対して置き直す回数をn回とすると、(a)〜(t)の20通りの置き方をすべて使う場合には20通りの認証情報(パスワード)が設定できる。現行のクレジット・カードなどで4桁の暗証番号を入力する場合の組合せは10=10000にすぎないので、上述したように4回の置き換え処理として、n=4としても、本構成では20=160000通りのパスワードを設定することができる。
【0141】
上述した例以外にも、ICカードの位置情報に基づく処理制御は、様々な態様が可能である。例えば、ICカードの位置情報に基づいて、ICカードからリーダーライターに出力するデータあるいはコマンドを決定し、データ通信を行なう。あるいは、逆にICカードの位置情報に基づいて、リーダーライターからICカードに出力するデータあるいはコマンドを決定し、データ通信を行なう構成も可能である。
【0142】
さらに、PC等のマウスの代用として、ICカード等、複数の通信カップラーを持つ入力デバイスを構成し、入力デバイスに対するリーダーライターに対する相対位置に応じて、実行する処理を変更する構成とすることも可能であり、このような入力デバイスを用いることで、マウスの操作に不慣れなユーザも様々な種類の処理を、容易に実行することが可能となる。
【0143】
このように、データ処理制御装置(リーダーライター)の制御部は、判定部の判定結果に基づいて、通信相手デバイス(ICカード)に対して許容するデータの読み取りまたは書き込み態様を決定したり、通信相手デバイス間で入出力する情報を決定し、該決定に基づくデータ入出力制御を実行したり、通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行することが可能となる。さらに、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行したり、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行する。
【0144】
なお、上述した実施例では、8つのカップラーを持つ構成例を説明したが、カップラーの数は、任意であり、例えば図19に示すように、2つのみのカップラーを持つ構成としてもよい。
【0145】
図19は、2つのカップラーを構成したICカード730と、リーダーライター731を示す図である。2つのみのカップラーとしても、(a)完全一致、(b)180度回転、(c)右スライド、(d)左スライド、(e)180度回転と右スライド等、多数の配置状態が可能であり、その位置によって処理を変更したり、あるいは認証処理に適用したり等、様々な制御が可能である。
【0146】
また、前述したが、例えばICカードの表裏にそれぞれ異なるIDを付与したカップラーを設定する構成も可能であり、限られた面積を持つICカードの表面と裏面とを有効に利用することが可能となり、2倍の異なる配置情報を設定可能となる。
【0147】
なお、上述した実施例においては、非接触型のデバイスを中心として説明し、コイルやコンデンサ等の誘電結合または静電結合のいずれかの構成に基づく、いわゆる非接触形のカップラーによるデータ入出力構成を中心として説明したが、カップラーを接点として構成しても、同様の処理が可能である。すなわち、複数の接点の各々にIDを設定し、接点の接続された接点のIDを取得することにより、デバイスの相対位置情報を取得して処理の制御を実行することができる。このように、本発明構成は、接点型、および密着型、近接型等の非接触型、いずれのデバイス構成においても適用可能である。
【0148】
以上、特定の実施例を参照しながら、本発明について詳解してきた。しかしながら、本発明の要旨を逸脱しない範囲で当業者が該実施例の修正や代用を成し得ることは自明である。すなわち、例示という形態で本発明を開示してきたのであり、限定的に解釈されるべきではない。本発明の要旨を判断するためには、冒頭に記載した特許請求の範囲の欄を参酌すべきである。
【0149】
なお、明細書中において説明した一連の処理はハードウェア、またはソフトウェア、あるいは両者の複合構成によって実行することが可能である。ソフトウェアによる処理を実行する場合は、処理シーケンスを記録したプログラムを、専用のハードウェアに組み込まれたコンピュータ内のメモリにインストールして実行させるか、あるいは、各種処理が実行可能な汎用コンピュータにプログラムをインストールして実行させることが可能である。
【0150】
例えば、プログラムは記録媒体としてのハードディスクやROM(Read Only Memory)に予め記録しておくことができる。あるいは、プログラムはフレキシブルディスク、CD−ROM(Compact Disc Read Only Memory),MO(Magneto optical)ディスク,DVD(Digital Versatile Disc)、磁気ディスク、半導体メモリなどのリムーバブル記録媒体に、一時的あるいは永続的に格納(記録)しておくことができる。このようなリムーバブル記録媒体は、いわゆるパッケージソフトウエアとして提供することができる。
【0151】
なお、プログラムは、上述したようなリムーバブル記録媒体からコンピュータにインストールする他、ダウンロードサイトから、コンピュータに無線転送したり、LAN(Local Area Network)、インターネットといったネットワークを介して、コンピュータに有線で転送し、コンピュータでは、そのようにして転送されてくるプログラムを受信し、内蔵するハードディスク等の記録媒体にインストールすることができる。
【0152】
なお、明細書に記載された各種の処理は、記載に従って時系列に実行されるのみならず、処理を実行する装置の処理能力あるいは必要に応じて並列的にあるいは個別に実行されてもよい。また、本明細書においてシステムとは、複数の装置の論理的集合構成であり、各構成の装置が同一筐体内にあるものには限らない。
【0153】
【発明の効果】
以上、説明したように、本発明においては、リーダーライター等によって構成されるデータ処理制御装置において、複数のデータ通信部を介して入力する情報に基づく通信相手デバイスの相対位置態様の判定が可能であり、判定結果に基づいて、通信相手デバイス(ICカード)に対して許容するデータの読み取りまたは書き込み態様を決定したり、通信相手デバイス間で入出力する情報を決定したり、通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行することが可能となる。さらに、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行したり、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行することが可能となる。
【0154】
また、本発明の構成によれば、複数のデータ通信部を介して入力する情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定し、判定結果を適用して、認証処理を実行することが可能となる。具体的には、通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定することが可能となる。
【図面の簡単な説明】
【図1】接点型メモリー・カードの一般的な構成を示す図である。
【図2】非接触型のデータ通信を実行するトランスポンダとリーダーライターとのデータ送受信構成例を説明する図である。
【図3】密着型メモリー・カードの非接触型カップラー構成を説明する図である。
【図4】密着型ICカードの結合領域の構成例について説明する図である。
【図5】密着型ICカード・システムの構成例を示す図である。
【図6】本発明の通信処理装置としてのデータ通信、記憶機能を有するICカードと、ICカードに対する情報入出力装置としてのリーダーライターにおけるデータ通信カップラーの配置例を示す図である。
【図7】ICカードと、リーダーライターとの相対位置の4つの変化態様を示す図である。
【図8】ICカードとリーダーライターとの相対位置を判定する処理について説明する図である。
【図9】リーダーライターとICカードとの様々な相対位置状態を示す図である。
【図10】リーダーライターとICカードとの様々な相対位置状態を示す図である。
【図11】リーダーライターとICカードとの様々な相対位置状態を示す図である。
【図12】リーダーライターとICカードとの様々な相対位置状態を示す図である。
【図13】リーダーライターとICカードとの様々な相対位置状態を示す図である。
【図14】ICカードの各配置状態におけるリーダーライター側のレジスタに格納されるIDシーケンスを説明する図である。
【図15】ICカードと、リーダーライターの相対位置に応じて、ROMモードとRAMモードとを切替え制御する例を示す図である。
【図16】ICカードの相対位置情報に基づいて、コンピュータ・ディスプレーのウインドウに表示されるファイルまたはフォルダーのアイコンを変更する例を示す図である。
【図17】ICカードの相対位置情報に基づいて認証処理を実行するシーケンスを説明する図である。
【図18】ICカードの相対位置情報に基づいて認証処理を実行する際のICかーとの認証情報としての配置シーケンス例を説明する図である。
【図19】2つのみのカップラーを持つ構成としたデバイス例を示す図である。
【符号の説明】
101 メモリー・チップ
102 インタフェース回路
103 接点付き外部端子
104 フラッシュメモリ
105 インチフェース回路
106 接点付き外部端子
111 トランスポンダ
112 リーダーライター
113 カップラー
121 電力供給カップラー
122 信号受信カップラー
123 信号送信カップラー
124 整流回路
125 インタフェース回路
126 メモリー・チップ
211〜214 静電結合型カップラー
221〜224 誘電結合型カップラー
251 ICカード
252 誘導結合領域
253 静電結合領域
261 リーダーライター
262 誘導結合領域
263 静電結合領域
310 ICカード
311〜318 カップラー
320 リーダーライター
321〜328 カップラー
510 ICカード
511 制御部
512 記憶部
513 カップラー群
520 リーダーライター
521 制御部
522 記憶部
523 判定部
524 カップラー群
525 レジスタ
611 ICカード
612 リーダーライター
613 ICカード
614 リーダーライター
710 リーダーライター
711 認証処理部
712 制御部
713 記憶部
714 判定部
715 データ送受信部
720 ICカード
721 制御部
722 記憶部
723 データ送受信部
730 ICカード
731 リーダーライター
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a data processing control device, a communication processing device, a data processing system, a data processing control method, and a computer program, and more specifically, a contact-type data communication for executing data input / output via a contact, Alternatively, in a device configuration for executing non-contact type data communication for executing data input / output without passing through a contact, control of transmission / reception data and commands based on a relative positional relationship between a data transmission side device and a data reception side device. The present invention relates to a data processing control device, a communication processing device, a data processing system, a data processing control method, and a computer program capable of performing recognition or mode setting.
[0002]
[Prior art]
In recent years, a memory card in which a large-capacity nonvolatile semiconductor memory represented by a flash memory or the like is put in a small card type package has been put to practical use. For example, a control circuit that is equipped with a so-called flash memory such as a “compact flash card”, “smart media card”, “multi-media card”, “memory stick”, etc. And a memory card capable of executing various processes has been put to practical use. Details of these information storage devices have already been described in various documents (for example, see Non-Patent Document 1).
[0003]
Many of the memory cards used at present are cards with external terminals for performing data communication between the card and a reader / writer through contacts. The configuration of a card with an external terminal for performing data communication between the card and the reader / writer via a contact will be described with reference to FIG.
[0004]
FIG. 1A shows a general configuration of a contact type memory card represented by, for example, a memory stick. The card has a memory chip (RAM) 101 and an interface circuit (I / F) 102 having a control function. Power (for example, VCC, GND) for operating an internal circuit is input from an external terminal (CONN) 103 with a contact, and data is transmitted and received to and from an external device via the external terminal (CONN) 103. For example, writing data to a memory chip (RAM) 101 executed by an interface circuit (I / F) 102 having a serial interface and a control circuit as a data input / output control unit, and reading data from the memory chip (RAM) 101 The procedure of the data reading process will be briefly described below.
[0005]
(A) The process of writing data (WRITE) to the memory chip (RAM) 101 is performed in the following procedure.
(A1) An enable signal that enables writing to the RAM is set to ON (1).
(A2) A signal (0) meaning data write (WRITE) is received from the serial data bus.
(A3) Store the address sent to the serial data bus in the address buffer.
(A4) Store data sent to the serial data bus in a data buffer.
(A5) When the enable signal is turned OFF (0), the data stored in the data buffer is written to the address of the memory that matches the address stored in the address buffer, and the process ends.
[0006]
(B) Data read (READ) processing from the memory chip (RAM) 101 is executed in the following procedure.
(B1) An enable signal for enabling data reading from the RAM is set to ON (1).
(B2) A signal (1) meaning data read (READ) is received from the serial data bus.
(B3) Store the address sent to the serial data bus in the address buffer.
(B4) Store the data stored in the address of the memory that matches the address stored in the address buffer in the data buffer.
(B5) After the data stored in the data buffer is output to the serial data bus, the enable is turned off (0) and the processing ends.
[0007]
The specific operation of the memory stick is described in Non-Patent Document 1: p223 to p230.
[0008]
FIG. 1B shows an internal block diagram of the compact flash card. As shown in FIG. 1B, the compact flash card has an external terminal (50 pins) (CONN) 106 with contacts, an interface circuit (I / F) 105 having a control function, and a data storage unit (RAM). As a flash memory 104.
[0009]
The compact flash card shown in FIG. 1B has a PC-ATA interface so that it can be used as a PC-ATA card via a PC card adapter. It has a control circuit as input / output control means.
[0010]
By the way, as can be easily imagined, in the case of the card having the contacts shown in FIG. 1, there is a possibility that the contacts may be corroded or worn, so that the reliability remains uneasy. In recent years, a non-contact memory card having no contact has been developed and put into practical use as a configuration for eliminating the drawback of data transmission / reception via such a contact. For example, data communication is performed by electromagnetic induction or the like without using a contact. Memory cards without such contacts can be broadly classified into two types. One is a close contact type in which the distance between the card and the reader / writer is about several mm, and the other is a close proximity type in which the distance between the card and the reader / writer is several mm or more.
[0011]
A system in which data communication is performed in a contactless manner is mainly used for applications such as authentication, and is called an RFID (Radio Frequency Identification) system worldwide. In Japan, it is often called a non-contact type ID identification system or a non-contact type IC card. Publications that organize these technologies include, for example, Non-Patent Document 2.
[0012]
As shown in FIG. 2, all the non-contact type systems include a non-contact data carrier called a transponder 111 such as an IC card, and a device called a reader 112 for executing data read / write processing. The reader 112 is a reading device in a general sense, but is often referred to as a reader instead of a reader / writer even when it has a writing ability.
[0013]
As shown in FIG. 2, data communication is performed between the reader 112 and the transponder 111. In some cases, not only data but also power (energy) is transmitted from the reader 112 to the transponder 111. A device for establishing communication between the reader 112 and the transponder 111 is called a coupler (coupling element) 113. The coupler 113 includes, for example, a coil, a condenser, a microwave antenna, and the like.
[0014]
An example of a transponder is a contact-type memory card that encloses a large-capacity non-volatile semiconductor memory in a sealed small package and supplies power and data communication without contact.A product using electromagnetic coupling has already been commercialized. Have been. (See Non-Patent Documents 3 and 4)
[0015]
FIG. 3 shows an example of the internal configuration of the contact type memory card. A power supply coupler 121 as a coupler (corresponding to a secondary coil of a transformer) for supplying power to the memory card is connected to the rectifier circuit 124, and connected to the interface circuit (IF) 125 and the memory chip (RAM) 126. Supply power. A signal receiving coupler 122 as a coupler for receiving a signal (similarly, a secondary coil of a transformer), and a signal transmitting coupler 123 as a coupler for transmitting a signal (corresponding to a primary coil of a transformer) include an interface circuit (IF). It is connected to a memory 125 and controls data input / output between a memory chip (RAM) 126 and an external device.
[0016]
As described above, the close-contact type memory card having an external power supply configuration includes three transformers of a power supply coupler 121, a signal reception coupler 122, and a signal transmission coupler 123, for example, a reader / writer for executing data transmission / reception with the card. , Receiving power from a reader / writer, and mutually transmitting and receiving data.
[0017]
According to Non-Patent Document 2 (“RFID Handbook”, pages 171 to 175), “the structure and operation range (parameter) of a non-contact-contact type IC card” is defined in the ISO / IEC10536 standard. FIG. 4 shows an example of the configuration of the connection area of the contact type IC card. In the standard, H1 to H4 are couplers formed by coils, that is, dielectric coupling regions, and are dielectric coupling couplers 211 to 214 having a size of 5 mm × 11 mm. Also, E1 to E4 are couplers constituted by capacitors, that is, electrostatic coupling regions, and are electrostatic coupling couplers 221 to 224 having a size of 9 mm × 2 mm.
[0018]
FIG. 5 shows a configuration example of the contact type IC card system. When the IC card 251 as a transponder is placed on the reader / writer 261 with the position of the signal coupler aligned, data communication is realized.
[0019]
For power supply, the inductive coupling areas H1 to H4, 252 of the IC card 251 and the inductive coupling areas H1 to H4, 262 of the reader / writer 261 face each other and are arranged close to each other, and via any of the inductive coupling areas H1 to H4. The power on the reader / writer 261 side is supplied to the IC card 251 side. In data communication, the inductive coupling area 252 or the electrostatic coupling area 253 of the IC card 251 and the inductive coupling area 262 or the electrostatic coupling area 263 of the reader / writer 261 face each other and are arranged close to each other, so that dielectric coupling or Data input / output is executed based on any of the electrostatic coupling. Non-Patent Document 5 describes # ISO / IEC 10536.
[0020]
[Non-patent document 1]
Transistor Technology, January 2002, pp. 147-230, "Special Feature * Elucidation of Memory IC & Memory Card"
[Non-patent document 2]
"RFID Handbook" (Klaus Finkenzeler, published by Nikkan Kogyo Shimbun, 2001)
[Non-Patent Document 3]
http: // www. maxell. co. jp / products / industrial / memory / fx_eeprom. html
[Non-patent document 4]
http: // www. citizen. co. jp / nccard /
[Non-Patent Document 5]
http: // www. nmda. or. jp / nmda / ic-card / iso10536 / iccard. html
[0021]
[Problems to be solved by the invention]
IC card systems are broadly classified into three types: contact type, non-contact type, contact type, and proximity type based on the configuration of the communication unit. When data is input / output between the reader / writer and the IC card, the contacts are connected for the contact type, and the couplers are opposed for the non-contact type such as the contact type and the proximity type. Then, data communication is performed. In the non-contact type, the position of the coupler is required to face a position where data communication is possible.
[0022]
The present invention is also applicable to a non-contact type data communication configuration such as a contact type, a contact type, and a proximity type. For example, control of transmission / reception data according to a relative positional relationship between a reader / writer and an IC card. , Command recognition, or mode setting.
[0023]
As the control based on the determination of the relative position between the reader / writer and the IC card, for example, control for restricting or canceling the writing process to the memory configured in any of the IC card and the reader / writer can be performed. . With this configuration, the process of switching with an external switch or the like can be eliminated. Also, by changing the positional relationship between the IC card and the reader / writer, it is possible to control to change the address range of data readable from the memory. With this configuration, it is possible to speed up the search processing of the data stored in the memory of the IC card or the like. Further, by associating information identified based on the positional relationship between the IC card and the reader / writer as a command, a command such as a command input to the reader / writer based on the positional information of the IC card can be used instead of an input device such as a mouse. It is also possible to do.
[0024]
In order to realize these functions, it is necessary to have a mechanism for grasping a channel where data communication is established, that is, a contact or a combination of couplers where data communication is established. None has such a mechanism. Therefore, for example, a configuration for changing different data or a function of data communication according to a relative positional relationship between a reader / writer and an IC card has not been realized.
[0025]
The present invention relates to a non-contact type data communication configuration such as a contact type, a contact type, or a proximity type, in which a relative position of a data transmitting / receiving device, for example, a relative positional relationship information between a reader / writer and an IC card is transmitted to a data communication device. Acquire by grasping the established channel combination, set different communication data according to the acquired relative positional relationship information, perform transmission / reception data control, command recognition, mode setting, etc. An object of the present invention is to provide a data processing control device, a communication processing device, a data processing system, a data processing control method, and a computer program which are enabled.
[0026]
[Means for Solving the Problems]
According to a first aspect of the present invention,
A data processing control device that performs data processing control,
A plurality of data communication units each arranged at a different position,
A determining unit that determines a relative position mode of a communication partner device with respect to a data processing control device based on information input through the plurality of data communication units;
A control unit that controls a data processing mode based on a determination result of the determination unit;
The data processing control device is characterized by having:
[0027]
Further, in one embodiment of the data processing control device of the present invention, the determination unit is set between the plurality of data communication units on the communication partner device side and the plurality of data communication units on the data processing control device side. It is characterized in that the relative position mode of the communication partner device is determined based on the communication channel.
[0028]
Further, in one embodiment of the data processing control device of the present invention, the determination unit includes a communication partner device side received from a communication partner device side data communication unit at a position where the data communication unit of the data processing control device can communicate. The relative position mode of the communication partner device is determined based on the data communication unit identifier sequence.
[0029]
Furthermore, in one embodiment of the data processing control device of the present invention, the determination unit includes a position mode of a communication partner device relative to the data processing control unit, and a data communication unit receivable from the communication partner device side data communication unit. The present invention is characterized in that a relative position mode of a communication partner device is determined based on a table in which identifier sequences are associated with each other.
[0030]
Further, in one embodiment of the data processing control device of the present invention, the plurality of data communication units are data communication units that execute non-contact type data communication, and the plurality of non-contact It is characterized in that it is configured to selectively execute communication with any of the communication units set at communicable positions in the type data communication unit.
[0031]
Furthermore, in one embodiment of the data processing control device of the present invention, the plurality of data communication units are data communication units that execute contact type data communication, and the plurality of contact type data arranged in the communication partner device. In the communication unit, the communication unit selectively communicates with any of the connected communication units.
[0032]
Further, in one embodiment of the data processing control device of the present invention, the control unit determines a data read or write mode allowed for the communication partner device based on a determination result of the determination unit. It is characterized in that it is configured to execute control based on the determination mode.
[0033]
Further, in one embodiment of the data processing control device of the present invention, the control unit determines information to be input / output between the communication partner devices based on a determination result of the determination unit, and determines a data input based on the determination. The output control is performed.
[0034]
Further, in one embodiment of the data processing control device of the present invention, the control unit identifies an input command from the communication partner device based on a determination result of the determination unit, and executes control based on the command. It is characterized by having a configuration.
[0035]
Further, in one embodiment of the data processing control device of the present invention, the control unit executes a determination process of accessible data based on a determination result of the determination unit, and executes an access control based on the determination result. Characterized in that
[0036]
Further, in one embodiment of the data processing control device of the present invention, the control unit executes a process of determining data to be displayed on a display based on a determination result of the determination unit, and performs display control based on the determination result. It is characterized in that it is configured to execute.
[0037]
Further, in one embodiment of the data processing control device of the present invention, the data processing control device further includes an authentication processing unit, and the authentication processing unit executes an authentication process based on a determination result of the determination unit. The control unit is configured to execute data processing based on an authentication result of an authentication processing unit.
[0038]
Further, in one embodiment of the data processing control device of the present invention, the authentication processing unit holds a plurality of continuous device arrangement modes of the communication partner device as arrangement sequence information corresponding to authentication information, Is input, a plurality of continuous arrangement sequences of the communication partner device to be determined are input, and the input sequence information is compared with authentication information to determine the establishment of authentication.
[0039]
Further, a second aspect of the present invention provides
A communication processing device that performs data communication,
A plurality of data communication units each having a unique identifier set and arranged at a different position,
For a communication partner device, via the plurality of data communication unit, a control unit that performs control to individually output the identifier information set for each,
In the communication processing device.
[0040]
Further, in one embodiment of the communication processing device of the present invention, the control unit, based on the identifier request command received by each of the plurality of data communication unit, only through the data communication unit that received the identifier request command , Which is configured to execute individually set identifier information output processing.
[0041]
Further, a third aspect of the present invention provides
A data processing system configured by a communication device that executes data communication, and a data processing device that executes data processing control based on communication processing with the communication device,
The communication device, a plurality of communication device-side communication units arranged at different positions each set a unique identifier,
For a data processing device, via the plurality of communication device-side communication units, a communication device-side control unit that performs control to individually output the identifier information set for each,
The data processing device comprises:
A plurality of data processing device-side communication units each arranged at a different position,
Through the plurality of data processing device-side communication unit, based on information input from the communication device, a determination unit that determines a relative position aspect of the communication device with respect to the data processing device,
A data processing device-side control unit that controls a data processing mode based on the determination result of the determination unit,
The data processing system is configured to execute data processing based on a relative position aspect of the communication device with respect to the data processing device.
[0042]
Further, in one embodiment of the data processing system of the present invention, the determination unit includes a sequence of the communication device-side communication unit identifier received from the communication device-side data communication unit at a position where the data processing device-side communication unit can communicate. The configuration is such that the relative position aspect of the communication device is determined based on the configuration.
[0043]
Further, in one embodiment of the data processing system of the present invention, the data processing device further includes an authentication processing unit, wherein the authentication processing unit performs an authentication process based on a determination result of the determination unit, The data processing device-side control unit is configured to execute data processing based on an authentication result of an authentication processing unit.
[0044]
Further, in one embodiment of the data processing system of the present invention, the authentication processing unit holds a plurality of continuous device arrangement modes of the communication partner device as arrangement sequence information corresponding to authentication information, and the determination unit A plurality of continuous arrangement sequences of the communication partner device to be determined are input, and the input sequence information is collated with authentication information to determine whether authentication is established.
[0045]
Further, a fourth aspect of the present invention provides
A data processing control method for executing data processing control,
Via a plurality of data communication units each arranged at a different position, inputting identification information set in the communication partner device side communication unit,
Based on the input identification information, a determining step of determining a relative position aspect of the communication partner device with respect to the data processing control device,
A control step of controlling a data processing mode based on a determination result in the determination step;
And a data processing control method characterized by having:
[0046]
Further, in one embodiment of the data processing control method of the present invention, the determination step is set between a plurality of data communication units on the communication partner device side and a plurality of data communication units on the data processing control device side. The relative position mode of the communication partner device is determined based on the communication channel.
[0047]
Further, in one embodiment of the data processing control method of the present invention, the determining step includes the step of: receiving the data from the communication partner device received from the communication partner device data communication unit at a position where the data communication unit of the data processing control device can communicate. The relative position mode of the communication partner device is determined based on the data communication unit identifier sequence.
[0048]
Further, in one embodiment of the data processing control method of the present invention, the determining step includes a step of determining a relative position of the communication partner device with respect to the data processing control device and a data communication unit receivable from the communication partner device side data communication unit. The relative position mode of the communication partner device is determined based on a table in which the identifier sequence is associated with the identifier sequence.
[0049]
Further, in one embodiment of the data processing control method of the present invention, the control step determines, based on a result of the determination in the determination step, a data read or write mode to be allowed for the communication partner device, It is characterized in that control based on the determination mode is executed.
[0050]
Further, in one embodiment of the data processing control method of the present invention, the control step determines information to be input / output between the communication partner devices based on a result of the determination in the determination step, and determines a data input based on the determination. Output control is performed.
[0051]
Further, in one embodiment of the data processing control method of the present invention, the control step identifies an input command from the communication partner device based on a determination result in the determination step, and executes control based on the command. It is characterized by the following.
[0052]
Further, in one embodiment of the data processing control method of the present invention, the control step executes a determination process of accessible data based on a determination result in the determination step, and executes an access control based on the determination result. It is characterized by doing.
[0053]
Further, in one embodiment of the data processing control method of the present invention, the control step executes a process of determining data to be displayed on a display based on a result of the determination in the determining step, and performs a display control based on the result of the determination. It is characterized by executing.
[0054]
Further, in one embodiment of the data processing control method of the present invention, the data processing control method further includes an authentication processing step, wherein the authentication processing step executes an authentication processing based on a determination result in the determination step. The control step executes data processing based on an authentication result of the authentication processing step.
[0055]
Further, in one embodiment of the data processing control method of the present invention, the authentication processing step inputs a plurality of continuous arrangement sequences of the communication partner devices determined in the determination step, and the input sequence information and the authentication information It is characterized in that a verification process is performed with arrangement sequence information stored in advance to determine whether authentication is established.
[0056]
Furthermore, a fifth aspect of the present invention provides
A computer program that executes data processing control;
Via a plurality of data communication units each arranged at a different position, inputting identification information set in the communication partner device side communication unit,
Based on the input identification information, a determining step of determining a relative position aspect of the communication partner device with respect to the data processing control device,
A control step of controlling a data processing mode based on a determination result in the determination step;
A computer program characterized by having:
[0057]
[Action]
According to the configuration of the present invention, in a data processing control device configured by a reader / writer or the like, it is possible to determine the relative position mode of a communication partner device based on information input via a plurality of data communication units. The data read / write mode allowed for the communication partner device (IC card), the information to be input / output between the communication partner devices, and the identification of the input command from the communication partner device Then, control based on the command can be executed. Further, it is possible to execute a process of determining accessible data and execute access control based on the result of the determination, or execute a process of determining data to be displayed on a display and execute a display control based on the result of the determination. It becomes.
[0058]
Further, according to the configuration of the present invention, based on information input via the plurality of data communication units, determine the relative position aspect of the communication partner device with respect to the data processing control device, apply the determination result, Authentication processing can be executed. Specifically, holding a plurality of continuous device arrangement mode of the communication partner device as arrangement sequence information corresponding to the authentication information, input a plurality of continuous arrangement sequence of the communication partner device determined by the determination unit, It is possible to determine whether the authentication is established by executing a collation process between the input sequence information and the authentication information.
[0059]
The computer program of the present invention is provided, for example, in a computer-readable format for a general-purpose computer system capable of executing various program codes, in a storage medium or communication medium such as a CD, FD, or MO. And a computer program that can be provided by a communication medium such as a network. By providing such a program in a computer-readable format, processing according to the program is realized on a computer system.
[0060]
Further objects, features, and advantages of the present invention will become apparent from a more detailed description based on embodiments of the present invention described below and the accompanying drawings. In this specification, the term “system” refers to a logical set of a plurality of devices, and is not limited to a device having each component in the same housing.
[0061]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, details of a data processing control device, a communication processing device, a data processing system, a data processing control method, and a computer program of the present invention will be described with reference to the drawings.
[0062]
A data processing control device, a communication processing device, a data processing system, and a data processing control method of the present invention execute data input / output in a non-contact data communication configuration such as a contact type, a contact type, and a proximity type. It is possible to determine the positional relationship of the devices and perform transmission / reception data control, command recognition, mode setting, and the like based on the determination result.The communication processing unit includes a contact type, a contact type, and a proximity type. It can be applied to any non-contact type such as a type. In the following embodiments, as one typical configuration example, a configuration example of a contact type IC card system will be mainly described.
[0063]
FIG. 6 shows an arrangement example of the data communication coupler in the IC card 310 and the reader / writer 320. The IC card 310 is an example of the communication processing device of the present invention, and is an IC card having data communication and storage functions. The reader / writer 320 is an example of the data processing control device of the present invention, and executes information input / output processing for an IC card and executes various data processing controls.
[0064]
The IC card 310 has couplers (Cm1 to Cm8) 311 to 318 that perform data communication, while the reader / writer 320 also has couplers (Cr to Cr8) 321 to 328 that perform data communication.
[0065]
These couplers can be configured as various types of data communication couplers, such as a coupler constituted by a capacitor, that is, an electrostatic coupling region, a dielectric coupling region constituted by a coil, other antennas, an optical transmission / reception configuration, and the like. However, it is a requirement that data communication is possible in any combination of the IC card 310 and the reader / writer 320.
[0066]
Although the arrangement of the couplers described here is only one example, the memory card 310 as a card-type information storage device has the following configuration requirements.
(Requirement 1)
The couplers provided in the memory card 310 do not necessarily have to be the same type of coupler. However, when the relative position between the memory card 310 and the reader / writer 320 is changed, there are a plurality of combinations of couplers that can communicate. Position the coupler as you would.
[0067]
(Requirement 2)
When the memory card 310 and the reader / writer 320 are brought close to each other, data communication is possible even when the area of the mutually facing and overlapping couplers is less than 100%, and on the other hand, there is no overlapping or extremely few couplers. The crosstalk must be small. For example, on the device side that detects an input signal, a filter or the like that cuts an input signal that is equal to or less than a predetermined threshold is configured to perform only reading of a signal that is equal to or greater than a predetermined threshold.
[0068]
(Requirement 3)
Each coupler on the memory card 310 side has a role as one transponder. When the coupler on the memory card 310 receives data (ID acquisition request) from the reader / writer 320, it is set to its own coupler. To execute a process of returning an ID (identifier of the channel number). This is because the control unit of the memory card 310 identifies the coupler that has received the data (ID acquisition request) from the reader / writer 320, and sends the ID set to the receiving coupler to the reader / writer 320 via the coupler as a response signal. Is output as As shown in FIG. 6, unique identifiers (ID = 1 to 8) are set to the couplers Cm1 to Cm8 of the IC card 310, respectively.
[0069]
A description will be given of how the relative position between the IC card having the above-described configuration and the reader / writer changes, and the state determination process on the reader / writer side.
[0070]
FIG. 7 shows four variations of the relative position between the IC card and the reader / writer. FIG. 7A shows a regular positional relationship in which the couplers of the IC card and the reader / writer are completely matched, and each of the communication couplers Cm1 to Cm8 on the memory card side is connected to the communication coupler Cr1 on the reader / writer side. To Cr8, and all the pairs of couplers (Cm1-Cr1, Cm2-Cr2... Cm8-Cr8) are in a communicable state.
[0071]
The IC card and the plurality of data communication units (couplers) of the reader / writer selectively execute communication with any communication unit (coupler) set at a communicable position.
[0072]
FIG. 7B shows an arrangement example in which the IC card is rotated left by 45 degrees with respect to the reader / writer. In the case of this arrangement, the number of combinations of couplers in which the coupler of the IC card and the coupler of the reader / writer overlap and become communicable decreases. Combinations of couplers that can communicate
Cr2-Cm8
Cr3-Cm5
Cr5-Cm1
Cr8-Cm4
4 sets.
[0073]
In the mode shown in FIG. 7 (b), there is a set of overlapping couplers other than the above-described four set. However, these have a small overlapping area, and the device which detects the data input has a threshold value. Is not detected, an input signal equal to or higher than the threshold value is not detected, and as a result, the input signal is not identified. That is, only a coupler having an input of a level equal to or higher than the threshold value is a set of the four couplers.
[0074]
FIG. 7C shows an arrangement example in which the IC card is rotated 90 degrees to the left with respect to the reader / writer. In this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer which can communicate with each other is as follows.
Cr1-Cm2
Cr2-Cm4
Cr3-Cm1
Cr4-Cm3
[0075]
FIG. 7D shows an arrangement example in which the IC card is rotated 135 degrees to the left with respect to the reader / writer. In this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer which can communicate with each other is as follows.
Cr1-Cm8
Cr4-Cm6
Cr5-Cm2
Cr8-Cm3
[0076]
With reference to FIG. 8, a process for determining the relative position between the IC card and the reader / writer will be described. FIG. 8 illustrates an example in which the reader / writer 520 performs the process of detecting the relative position. However, the configuration is not limited to the configuration in which the reader / writer detects the relative position. It may be configured to execute a detection process. In this case, the process on the reader / writer side described below is executed on the IC card side.
[0077]
The reader / writer 520 stores the relative positions of the coupler groups Cr1 to Cr8, 524 for executing data communication, the control unit 521 for executing data communication control, the storage unit 522 for storing data, the register 525, and the memory card. And a determination unit 523 for determination. On the other hand, the IC card 510 includes coupler groups Cm1 to Cm8, 513 for executing data communication, a control unit 511 for executing data communication control, and a storage unit 512 for storing data.
[0078]
In FIG. 8, a reader / writer 520 executes a process of detecting the position states of IC cards having various positional relationships as shown in FIG. 7, for example. Here, the processing when the IC card is rotated 45 degrees to the left with respect to the reader / writer in the arrangement state of FIG. 7B will be described.
[0079]
When the reader / writer 520 approaches while the IC card is rotated 45 degrees to the left, the control unit 521 of the reader / writer 520 outputs an ID acquisition request signal (Get ID) from the coupler groups Cr1 to Cr8, 524 (S1, S3, S5... S15).
[0080]
On the IC card side, only the opposing coupler in a communicable state inputs the ID acquisition request signal (Get ID). Here, as described in the description of FIG. 7B, the combination of communicable couplers is as follows.
Cr2-Cm8
Cr3-Cm5
Cr5-Cm1
Cr8-Cm4
4 sets.
[0081]
The control unit 511 of the IC card 510 modulates the signal by, for example, load modulation or the like, determines which coupler receives the signal, and sets an identifier set in advance corresponding to each coupler. (ID) is returned via the communicable coupler (S2, S4, S6... S16).
[0082]
8, in step S4, the coupler Cm8 on the IC card 510 responds with ID = 8 to the coupler Cr2 facing the reader / writer 520, and in step S6, the coupler Cm5 on the IC card 510 side responds. Responds ID = 5 to the coupler Cr3 of the reader / writer 520, and in step S10, the coupler Cm1 of the IC card 510 responds ID = 1 to the coupler Cr5 facing the reader / writer 520, and proceeds to step S16. , The coupler Cm4 on the IC card 510 responds with ID = 4 to the opposing coupler Cr8 of the reader / writer 520.
[0083]
The other couplers Cr1, Cr4, Cr6, and Cr7 of the reader / writer 520 cannot receive an ID response because they are not in a state where they can communicate with the coupler on the IC card 510 side.
[0084]
The reader / writer 520 stores the ID received via the coupler in the register 525. The register 525 has a configuration in which the reception IDs of the couplers Cr1 to Cr8 can be stored separately. In this case, [0, 8, 5, 0, 1, 0, 0, 4] is stored as the reception ID sequence of CR1 to Cr8. 0 indicates that there is no reception ID.
[0085]
This reception ID data is input to the determination unit 523, and as a reception ID sequence, the relative position between the reader / writer and the IC card is determined based on [0, 8, 5, 0, 1, 0, 0, 4]. Determine. That is, the determination unit 523 determines the relative position between the reader / writer and the IC card based on the combination of the couplers for which data communication has been established.
[0086]
The position determination process in the case of assuming the positional relationship of FIG. 7B in which the reader / writer and the IC card are placed at a relative position rotated by 45 degrees is described in order as follows.
(S1) A reader / writer coupler: Outputs an ID acquisition request [GET_ID] signal from Cr1.
(S2) Reader / writer coupler: Since there is no IC card coupler coupled to Cr1, no ID information is obtained, and no acquisition information is set [none], and 0 is set in the register.
(S3) A reader / writer coupler: outputs an ID acquisition request [GET_ID] signal from Cr2.
(S4) The reader / writer coupler: The ID information 8 is input from the IC card coupler Cm8 capable of communicating with the Cr2, and 8 is stored in the second ID register.
[0087]
Hereinafter, from S5 to S16, the acquisition IDs of the reader / writer couplers: Cr1 to Cr8 are stored in the register, and the acquisition ID sequence [0, 8, 5, 0, 1, 0, 0, 4] is input to the determination unit 523. Then, based on the acquired ID sequence [0, 8, 5, 0, 1, 0, 0, 4], the relative position state between the reader / writer and the IC card is determined.
[0088]
As described above, the configuration of the present invention is set between a plurality of data communication units (couplers) on the communication partner device (IC card) side and a plurality of data communication units on the data processing control device (reader / writer) side. The data processing control device (reader / writer) determines the relative position of the communication partner device (IC card) based on the communication channel.
[0089]
That is, the data communication unit identifier (ID) sequence of the communication partner device side received from the communication partner device (IC card) side data communication unit located at the position where the data communication unit of the data processing control device (reader / writer) can communicate. A relative position mode of the communication partner device is determined based on the communication partner device.
[0090]
Based on the determination result of the relative position information, the control unit 521 of the reader / writer 520 performs a process of determining data to be input / output to / from the IC card 510, a process of input / output data, a mode setting, and the like. Specific examples of these processes will be described later.
[0091]
As described above, the position detection processing may be performed on the IC card side. In this case, a determination unit is configured on the IC card side, an ID acquisition request is output from the IC card side, and Based on this, the relative position is determined on the IC card side. Further, in a configuration in which data communication between IC cards is enabled, IC cards are overlapped, data communication is performed via a coupler between the IC cards, and the IC cards are exchanged by the same ID acquisition processing as described above. Relative position information can be obtained.
[0092]
In FIG. 7, four different relative position states of the reader / writer and the IC card in (a) to (d) have been described, but there are many other relative positions that can be identified. These will be described with reference to FIGS. Further, FIG. 14 shows correspondence of ID sequences stored in a register by ID acquisition processing on the reader / writer side in each arrangement state. As shown in FIG. 14, the ID sequences acquired at the 20 types of relative positions shown in FIGS. 7 and 9 to 13 are different, and the reader / writer performs the operations shown in FIGS. It is possible to determine which of the 20 types of relative positions shown in FIG.
[0093]
FIG. 9E shows an arrangement example in which the IC card is rotated by 180 degrees with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm4, Cr2-Cm4, Cr3-Cm2, Cr4-Cm1, Cr5-Cm8, Cr6-Cm7, Cr7-Cm6, Cr4-Cm5.
[0094]
FIG. 9F shows an arrangement example in which the IC card is rotated 225 degrees to the left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr2-Cm5, Cr3-Cm8, Cr5-Cm4, Cr8-Cm1.
[0095]
FIG. 9G shows an arrangement example in which the IC card is rotated 270 degrees to the left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm2, Cr2-Cm4, Cr3-Cm1, Cr4-Cm3.
[0096]
FIG. 9H shows an arrangement example in which the IC card is rotated 315 degrees to the left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm5, Cr4-Cm8, Cr5-Cm3, Cr8-Cm2.
[0097]
FIG. 10 (i) shows an example of the arrangement in which the IC card is slid to the left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm2, Cr3-Cm4, Cr5-Cm7, Cr6-Cm8.
[0098]
FIG. 10 (j) shows an arrangement example in which the IC card is slid to the upper left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm6, Cr2-Cm8, Cr5-Cm3, Cr7-Cm4.
[0099]
FIG. 10 (k) shows an arrangement example in which the IC card is slid to the lower left with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr3-Cm6, Cr4-Cm8, Cr5-Cm1, Cr7-Cm2.
[0100]
FIG. 11 (l) shows an arrangement example in which the IC card is slid to the right with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr2-Cm1, Cr4-Cm3, Cr7-Cm5, Cr8-Cm6.
[0101]
FIG. 11 (m) shows an example in which the IC card is slid to the lower right with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr3-Cm5, Cr4-Cm7, Cr6-Cm1, Cr8-Cm2.
[0102]
FIG. 11 (n) shows an arrangement example in which the IC card is slid to the upper right with respect to the reader / writer. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm5, Cr2-Cm7, Cr6-Cm3, Cr8-Cm4.
[0103]
FIG. 12 (o) shows an example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the left. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm3, Cr3-Cm1, Cr5-Cm6, Cr6-Cm5.
[0104]
FIG. 12 (p) shows an example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the upper left. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm7, Cr2-Cm5, Cr5-Cm2, Cr7-Cm1.
[0105]
FIG. 12 (q) shows an arrangement example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the lower left. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr3-Cm7, Cr4-Cm5, Cr5-Cm8, Cr7-Cm3.
[0106]
FIG. 13 (r) shows an example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the right. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr2-Cm4, Cr4-Cm2, Cr7-Cm8, Cr8-Cm7.
[0107]
FIG. 13 (s) shows an example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the lower right. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr3-Cm8, Cr4-Cm6, Cr5-Cm4, Cr8-Cm3.
[0108]
FIG. 13 (t) shows an example in which the IC card is rotated 180 degrees with respect to the reader / writer and slid to the right. In the case of this arrangement, the combination of the coupler of the IC card and the coupler of the reader / writer that can communicate with each other is as follows.
Cr1-Cm8, Cr2-Cm6, Cr6-Cm2, Cr8-Cm1.
[0109]
In the above-described example, two 8-channel communication combinations that can communicate with all eight couplers and eighteen four-channel communication combinations that can communicate only with the four couplers have been described. Even if they are the same, the number of combinations of positional relations that can establish data communication will differ depending on the number of combinations of couplers capable of two-way communication and the relationship between coupling of the couplers and crosstalk.
[0110]
FIG. 14 shows correspondence between ID sequences stored in the register (the register 525 in FIG. 8) by the ID acquisition process on the reader / writer side in each arrangement state. As shown in FIG. 14, the ID sequences acquired at the 20 types of relative positions shown in FIGS. 7 and 9 to 13 are different from each other.
[0111]
The determination unit of the reader / writer has, for example, table data in which the arrangement modes (a) to (t) are associated with ID sequence data as shown in FIG. By comparing with the data, it is determined which of the 20 types of positions (a) to (t) shown in FIG. 7 and FIGS.
[0112]
As described above, the determination unit of the data processing control device (reader writer) determines the relative position of the communication partner device (IC card) with respect to the data processing control device (reader writer), and receives the data from the communication partner device side data communication unit. The relative position mode of the communication partner device is determined based on the table (see FIG. 14) in which the possible data communication unit identifier sequences are associated.
[0113]
Although FIGS. 7, 9 to 13, and 14 show 20 types of different arrangement examples and acquisition ID sequences, there are other different ID sequences based on different arrangements. By storing the ID sequence and the arrangement state data in association with each other, it is possible to identify an arrangement configuration other than the above 20 types of arrangement configurations.
[0114]
If the transponder that performs data transmission is a card-like transponder, a coupler for data communication can be equally formed on both sides (front and back). In this case, the combination of channels established for data communication can be changed by changing the aspect of data communication between the transponder and the reader / writer. Therefore, by identifying the surface of the transponder to be used, it is possible to further increase the number of identifiable states.
[0115]
Next, a specific example of processing based on the above-described position state determination data will be described. FIG. 15 shows an example of a non-contact type contact type data communication system. In a configuration in which data reading or writing processing is performed between an IC card and a reader / writer, the IC card and the reader / writer are positioned relative to each other. Accordingly, an example is shown in which switching control is performed between a mode in which only data can be read (ROM mode) and a mode in which both data can be read and written (RAM mode).
[0116]
FIG. 15A shows a configuration in which the direction of the IC card 611 and the direction of the reader / writer 612 are the same, and the couplers formed in the respective devices are completely matched and face each other. In this case, the reader / writer 612 performs the above-described ID acquisition processing on the IC card 611 that is arranged to face, and obtains relative position information of the IC card with respect to the reader / writer as an ID acquisition result. As a result, it is determined that the IC card 611 is located at a position directly facing the reader / writer 612, and the control unit of the reader / writer 612 sets a mode (RAM mode) in which both reading and writing of data can be executed. Data writing and data reading from the IC card 611 to the reader / writer are permitted.
[0117]
In FIG. 15B, the directions of the IC card 613 and the reader / writer 614 are opposite. The reader / writer 614 executes the above-described ID acquisition processing on the IC card 613 placed opposite to the IC card 613, and obtains relative position information of the IC card with respect to the reader / writer as an ID acquisition result. As a result, it is determined that the IC card 613 is positioned 180 degrees opposite to the reader / writer 614, and the control unit of the reader / writer 614 inhibits data writing and executes only data reading. Set the mode (ROM mode) that can be used.
[0118]
15A or 15B, all the couplers of eight channels overlap. If the data transfer capabilities of the couplers are the same, high-speed data communication becomes possible by carrying out data communication by carrying different data on each of the eight channels. At this time, as described above, if the angle is 0 degree (a), the rewritable data communication mode (RAM mode) is assumed, and if the angle is 180 ° (b), the data communication mode cannot be rewritten only by reading. By setting to (ROM mode), it is possible to distinguish whether to protect the internal data only by the direction in which the IC card is placed.
[0119]
FIG. 16 shows an example in which a file or folder icon displayed on a computer display window is changed based on relative position information of an IC card.
[0120]
For example, it is assumed that a plurality of files whose upper addresses of the internal data are A00, A10, A20, A30, A40, and A50 are stored in a storage unit such as a PC. At this time, when the IC card is placed at the position directly facing the reader / writer (the position corresponding to FIG. 7A), all the file information is displayed on the display as shown in FIG. 16A. . However, in this display, the entire file is visible, but the icons are small and difficult to understand.
[0121]
At this time, when the IC card is at a position rotated 45 degrees to the left with respect to the reader / writer (a position corresponding to FIG. 7B), as shown in FIG. Only the icon is displayed enlarged. When the IC card is placed at a position rotated 90 degrees to the left with respect to the reader / writer (a position corresponding to FIG. 7C), as shown in FIG. 16C, only the icon of the file belonging to the address of A10 is displayed. It is displayed enlarged.
[0122]
Further, when the IC card is placed at a position rotated 135 degrees to the left with respect to the reader / writer (a position corresponding to FIG. 7D), as shown in FIG. 16D, the icon of the file belonging to the address of A20 is displayed. Only the display is enlarged. When the IC card is placed at a position rotated by 180 degrees with respect to the reader / writer (a position corresponding to FIG. 9E), only the icon of the file belonging to the address of A30 is displayed as shown in FIG. Is displayed enlarged.
[0123]
As described above, it is possible to change and set the display mode of the display only by changing the setting position of the IC card. For example, an environment in which a user unfamiliar with keyboard operation can easily operate is set.
[0124]
Next, a configuration example of a security system that performs an authentication process based on position information of an IC card will be described.
[0125]
For data protection or confidentiality, systems that can be used only when they can be verified against the entered password are already common, but the password itself can be leaked, and once leaked, the password becomes confidential. There is a problem that retention is not guaranteed.
[0126]
Here, a sequence of set positions set in a specific IC card is used as authentication information. For example, using the reader / writer capable of identifying the 20 types of positions (a) to (t) described above, the IC card is written in a specific order such as (d) → (h) → (b) → (e). It is determined whether or not the processing of rearranging the arrangement order has been performed correctly. The reader / writer determines whether or not the IC card replacement processing has been correctly performed according to the information registered for each individual IC card, and determines that the authentication has been established on the condition that the correct replacement has been performed.
[0127]
The details of the authentication process will be described with reference to FIGS. FIG. 17 shows a processing sequence of a reader / writer 710 that executes an authentication process and an IC card 720 as an authentication target.
[0128]
A plurality of similar couplers are set in the data transmitting / receiving unit 715 of the reader / writer 710 as described in the above-described embodiment, and the determination unit 714 determines the 20 types of (a) to (t) by the ID acquisition processing. Position identification is possible. The authentication processing unit 711 converts position sequence information (for example, (d) → (h) → (b) → (e)) as authentication information set in advance corresponding to the identifier (CID) of each IC card. The determination unit 714 determines whether or not the determined IC card position information has transitioned according to the registration information, and determines whether authentication has been established or not.
[0129]
The control unit 712 executes reading and writing of data from and to the storage unit 713 or other processing control based on the establishment of the authentication. The processing control based on the authentication may be configured to permit access to the internal information of the PC connected to the reader / writer based on the establishment of the authentication.
[0130]
On the other hand, a plurality of similar couplers are set in the data transmission / reception unit 723 of the IC card 720 as described in the above embodiment, and the control unit 721 sends the ID from the communicable coupler in response to the ID acquisition request. The output is controlled. The IC card 720 further includes a storage unit 722 that stores an identifier (CID) unique to the IC card and other data.
[0131]
The authentication processing sequence will be described. First, in step S21, when the IC card is set to a state in which data communication is possible, the reader / writer outputs an IC card identifier (CID) acquisition request to the IC card. The arrangement of the IC card at this time is arbitrary. In step S22, the IC card outputs the IC card identifier (CID) set for itself to the reader / writer.
[0132]
Upon receiving the IC card identifier (CID), the reader / writer receives position sequence information (for example, (d) → (h) → (b) → (e)) as authentication information set in advance corresponding to the received CID. Is extracted.
[0133]
Next, in step S23, the reader / writer outputs a first position setting request (GET POSITION-1). In step S24, the user of the IC card places the IC card at the position (d) as the first position according to the authentication information ((d) → (h) → (b) → (e)) stored by the user. Set. FIG. 18 shows a position sequence according to (d) → (h) → (b) → (e).
[0134]
The arrangement (d) is a position where the IC card is rotated 135 degrees to the left with respect to the reader / writer, as shown in FIG. When the user sets the IC card in this arrangement and the reader / writer executes the above-described ID acquisition processing, the reader / writer obtains the ID sequence (80012003) (see FIG. 14) corresponding to the position (d). It is confirmed that the IC card is correctly set at the position (d) rotated 135 degrees counterclockwise.
[0135]
Next, in step S25, the reader / writer outputs a second position setting request (GET POSITION-2). In step S26, the user of the IC card sets the IC card at the position (h) as the second position according to the authentication information stored therein. The position (h) is a position where the IC card is rotated 315 degrees to the left with respect to the reader / writer, as shown in FIG. When the user sets the IC card in this arrangement and the reader / writer executes the above-described ID acquisition processing, the reader / writer obtains the ID sequence (50083002) (see FIG. 14) corresponding to the position (h). It is confirmed that the IC card is correctly set at the position of (h) 315 degree left rotation.
[0136]
Next, in step S27, the reader / writer outputs a third position setting request (GET POSITION-3). In step S28, the user of the IC card sets the IC card at the third position (b) according to the authentication information stored by the user. The position (b) is a position where the IC card is rotated 45 degrees to the left with respect to the reader / writer as shown in FIG. When the user sets the IC card in this arrangement and the reader / writer executes the above-described ID acquisition processing, the reader / writer obtains the ID sequence (08501004) (see FIG. 14) corresponding to the position (b). It is confirmed that the IC card is correctly set at the position of (b) 45 ° counterclockwise rotation.
[0137]
Next, in step S29, the reader / writer outputs a fourth position setting request (GET POSITION-2). In step S30, the user of the IC card sets the IC card at the position (e) as the fourth position according to the authentication information stored by the user. The position (e) is a position where the IC card is rotated by 180 degrees with respect to the reader / writer as shown in FIG. When the user sets the IC card in this arrangement and the reader / writer executes the above-described ID acquisition processing, the reader / writer obtains the ID sequence (432218765) (see FIG. 14) corresponding to the position (e). And confirm that the IC card is correctly set at the position (e) rotated by 180 degrees.
[0138]
In this manner, data reading is performed on the condition that the IC card has been authenticated on the condition that the IC card has been transited and replaced according to the authentication information ((d) → (h) → (b) → (e)) unique to the IC card. Access to a connected PC or the like. If the IC card is arranged in a sequence different from the authentication information ((d) → (h) → (b) → (e)), it is determined that the authentication is not established.
[0139]
As a configuration for notifying the IC card that a new position setting is requested, a buzzer sound may be output from a reader / writer, or a processing request message may be output to a connected display.
[0140]
Assuming that the number of times that the IC card is replaced with respect to the reader / writer is n, if all of the 20 methods (a) to (t) are used, 20 n Authentication information (password) can be set. The combination for entering a 4-digit PIN with a current credit card is 10 4 = 10000, so that even if n = 4 as described above, four replacement processes, even in this configuration, 20 4 = 160000 passwords can be set.
[0141]
In addition to the above-described example, various modes of processing control based on the position information of the IC card are possible. For example, data or a command output from the IC card to the reader / writer is determined based on the position information of the IC card, and data communication is performed. Alternatively, a configuration is also possible in which data or commands to be output from the reader / writer to the IC card are determined based on the position information of the IC card, and data communication is performed.
[0142]
Further, an input device having a plurality of communication couplers, such as an IC card, may be configured as a substitute for a mouse such as a PC, and the processing to be executed may be changed in accordance with the relative position of the input device to the reader / writer. By using such an input device, even a user unfamiliar with mouse operation can easily execute various types of processing.
[0143]
As described above, the control unit of the data processing control device (reader / writer) determines the data read or write mode allowed for the communication partner device (IC card) based on the determination result of the determination unit, It is possible to determine information to be input / output between the partner devices, execute data input / output control based on the determination, identify an input command from the communication partner device, and execute control based on the command. Further, it performs a process of determining accessible data, executes access control based on the result of the determination, executes a process of determining data to be displayed on the display, and executes a display control based on the result of the determination.
[0144]
Note that, in the above-described embodiment, a configuration example having eight couplers has been described. However, the number of couplers is arbitrary, and for example, a configuration having only two couplers may be employed as shown in FIG.
[0145]
FIG. 19 is a diagram showing an IC card 730 including two couplers and a reader / writer 731. Even with only two couplers, many arrangements are possible, such as (a) perfect match, (b) 180 degree rotation, (c) right slide, (d) left slide, (e) 180 degree rotation and right slide Various controls are possible, such as changing the process depending on the position or applying the process to the authentication process.
[0146]
As described above, for example, it is also possible to set a coupler in which different IDs are assigned to the front and back sides of the IC card, and it is possible to effectively use the front and back surfaces of the IC card having a limited area. This makes it possible to set twice different arrangement information.
[0147]
In the above-described embodiment, a non-contact type device will be mainly described, and a data input / output configuration using a so-called non-contact type coupler based on either a dielectric coupling or an electrostatic coupling such as a coil or a capacitor. However, the same processing can be performed even if the coupler is configured as a contact. That is, by setting an ID for each of the plurality of contacts and acquiring the ID of the contact to which the contact is connected, it is possible to acquire relative position information of the device and control the processing. As described above, the configuration of the present invention is applicable to any device configuration including a contact type and a non-contact type such as a contact type and a proximity type.
[0148]
The present invention has been described in detail with reference to the specific embodiments. However, it is obvious that those skilled in the art can modify or substitute the embodiment without departing from the spirit of the present invention. That is, the present invention has been disclosed by way of example, and should not be construed as limiting. In order to determine the gist of the present invention, the claims described at the beginning should be considered.
[0149]
Note that the series of processes described in the specification can be executed by hardware, software, or a combined configuration of both. When executing the processing by software, the program recording the processing sequence is installed in a memory in a computer embedded in dedicated hardware and executed, or the program is stored in a general-purpose computer capable of executing various processing. It can be installed and run.
[0150]
For example, the program can be recorded in a hard disk or a ROM (Read Only Memory) as a recording medium in advance. Alternatively, the program is temporarily or permanently stored on a removable recording medium such as a flexible disk, a CD-ROM (Compact Disc Only Memory), an MO (Magneto optical) disk, a DVD (Digital Versatile Disc), a magnetic disk, or a semiconductor memory. It can be stored (recorded). Such a removable recording medium can be provided as so-called package software.
[0151]
The program is installed in the computer from the removable recording medium as described above, and is wirelessly transferred from the download site to the computer, or is transferred to the computer by wire via a network such as a LAN (Local Area Network) or the Internet. The computer can receive the program transferred in this way and install it on a recording medium such as a built-in hard disk.
[0152]
The various processes described in the specification may be executed not only in chronological order according to the description but also in parallel or individually according to the processing capability of the device that executes the processes or as necessary. Further, in this specification, a system is a logical set configuration of a plurality of devices, and is not limited to a device having each configuration in the same housing.
[0153]
【The invention's effect】
As described above, in the present invention, in the data processing control device including the reader / writer and the like, it is possible to determine the relative position mode of the communication partner device based on information input via a plurality of data communication units. Yes, based on the determination result, determine the mode of reading or writing data allowed for the communication partner device (IC card), determine information to be input / output between the communication partner devices, It becomes possible to identify an input command and execute control based on the command. Further, it is possible to execute a process of determining accessible data and execute access control based on the result of the determination, or execute a process of determining data to be displayed on a display and execute a display control based on the result of the determination. It becomes.
[0154]
Further, according to the configuration of the present invention, based on information input via the plurality of data communication units, determine the relative position aspect of the communication partner device with respect to the data processing control device, apply the determination result, Authentication processing can be executed. Specifically, holding a plurality of continuous device arrangement mode of the communication partner device as arrangement sequence information corresponding to the authentication information, input a plurality of continuous arrangement sequence of the communication partner device determined by the determination unit, It is possible to determine whether the authentication is established by executing a collation process between the input sequence information and the authentication information.
[Brief description of the drawings]
FIG. 1 is a diagram showing a general configuration of a contact type memory card.
FIG. 2 is a diagram illustrating an example of a data transmission / reception configuration between a transponder that executes non-contact data communication and a reader / writer.
FIG. 3 is a diagram illustrating a configuration of a non-contact type coupler of a contact type memory card.
FIG. 4 is a diagram illustrating a configuration example of a connection area of a contact type IC card.
FIG. 5 is a diagram showing a configuration example of a contact type IC card system.
FIG. 6 is a diagram showing an arrangement example of an IC card having a data communication and storage function as a communication processing device of the present invention and a data communication coupler in a reader / writer as an information input / output device for the IC card.
FIG. 7 is a diagram showing four variations of a relative position between an IC card and a reader / writer.
FIG. 8 is a diagram illustrating a process of determining a relative position between an IC card and a reader / writer.
FIG. 9 is a diagram illustrating various relative position states between a reader / writer and an IC card.
FIG. 10 is a diagram showing various relative position states between a reader / writer and an IC card.
FIG. 11 is a view showing various relative position states between a reader / writer and an IC card.
FIG. 12 is a diagram showing various relative position states between a reader / writer and an IC card.
FIG. 13 is a diagram showing various relative position states between a reader / writer and an IC card.
FIG. 14 is a diagram illustrating an ID sequence stored in a register on the reader / writer side in each arrangement state of the IC card.
FIG. 15 is a diagram showing an example in which switching between a ROM mode and a RAM mode is controlled in accordance with the relative positions of an IC card and a reader / writer.
FIG. 16 is a diagram showing an example in which a file or folder icon displayed on a computer display window is changed based on relative position information of an IC card.
FIG. 17 is a diagram illustrating a sequence for executing an authentication process based on relative position information of an IC card.
FIG. 18 is a diagram illustrating an example of an arrangement sequence as authentication information for an IC card when performing authentication processing based on relative position information of an IC card.
FIG. 19 is a diagram showing an example of a device having a configuration having only two couplers.
[Explanation of symbols]
101 Memory Chip
102 Interface circuit
103 External terminal with contact
104 flash memory
105 inch face circuit
106 External terminal with contacts
111 transponder
112 Reader / Writer
113 coupler
121 power supply coupler
122 signal receiving coupler
123 signal transmission coupler
124 rectifier circuit
125 Interface Circuit
126 memory chip
211-214 Electrostatic coupling type coupler
221-224 Dielectrically Coupled Coupler
251 IC card
252 inductive coupling region
253 Electrostatic coupling area
261 Reader / Writer
262 Inductive coupling region
263 Electrostatic coupling area
310 IC card
311-318 coupler
320 Reader / Writer
321-328 coupler
510 IC card
511 control unit
512 storage unit
513 Coupler group
520 Reader / Writer
521 control unit
522 storage unit
523 Judgment unit
524 coupler group
525 register
611 IC card
612 Reader / Writer
613 IC card
614 Reader / Writer
710 Reader / Writer
711 Authentication processing unit
712 control unit
713 Storage unit
714 Judgment unit
715 Data transceiver
720 IC card
721 control unit
722 storage unit
723 Data transmission / reception unit
730 IC card
731 Leader writer

Claims (31)

データ処理制御を実行するデータ処理制御装置であり、
各々が異なる位置に配置された複数のデータ通信部と、
前記複数のデータ通信部を介して入力する情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定部と、
前記判定部の判定結果に基づいてデータ処理態様を制御する制御部と、
を有することを特徴とするデータ処理制御装置。
A data processing control device that performs data processing control,
A plurality of data communication units each arranged at a different position,
A determining unit that determines a relative position mode of a communication partner device with respect to a data processing control device based on information input through the plurality of data communication units;
A control unit that controls a data processing mode based on a determination result of the determination unit;
A data processing control device comprising:
前記判定部は、
通信相手デバイス側の複数のデータ通信部と、データ処理制御装置側の複数のデータ通信部との間で設定された通信チャンネルに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The determination unit is
In this configuration, the relative position of the communication partner device is determined based on the communication channel set between the plurality of data communication units on the communication partner device side and the plurality of data communication units on the data processing control device side. The data processing control device according to claim 1, wherein:
前記判定部は、
データ処理制御装置側のデータ通信部が通信可能な位置にある通信相手デバイス側データ通信部から受信した通信相手デバイス側のデータ通信部識別子シーケンスに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The determination unit is
The relative position mode of the communication partner device is determined based on the data communication unit identifier sequence of the communication partner device received from the data communication unit of the communication partner device located at a position where the data communication unit of the data processing control device can communicate. The data processing control device according to claim 1, wherein
前記判定部は、
通信相手デバイスのデータ処理制御装置に対する相対的な位置態様と、通信相手デバイス側データ通信部から受信可能なデータ通信部識別子シーケンスとを対応付けたテーブルに基づいて通信相手デバイスの相対的な位置態様を判定する構成であることを特徴とする請求項3に記載のデータ処理制御装置。
The determination unit is
A relative position mode of the communication partner device based on a table in which a relative position mode of the communication partner device with respect to the data processing control device and a data communication unit identifier sequence receivable from the communication partner device side data communication unit are associated. The data processing control device according to claim 3, wherein the data processing control device is configured to determine:
前記複数のデータ通信部は、
非接触型のデータ通信を実行するデータ通信部であり、前記通信相手デバイスに配置された複数の非接触型データ通信部中、通信可能な位置に設定されたいずれかの通信部と選択的に通信を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The plurality of data communication units,
A data communication unit that performs non-contact type data communication, and among a plurality of non-contact type data communication units arranged in the communication partner device, selectively communicates with any communication unit set at a communicable position. The data processing control device according to claim 1, wherein the data processing control device is configured to execute communication.
前記複数のデータ通信部は、
接点型のデータ通信を実行するデータ通信部であり、前記通信相手デバイスに配置された複数の接点型データ通信部中、接続されたいずれかの通信部と選択的に通信を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The plurality of data communication units,
A data communication unit that performs contact-type data communication, and is configured to selectively execute communication with any of the connected communication units among a plurality of contact-type data communication units arranged in the communication partner device. The data processing control device according to claim 1, wherein:
前記制御部は、
前記判定部の判定結果に基づいて、前記通信相手デバイスに対して許容するデータの読み取りまたは書き込み態様を決定し、該決定態様に基づく制御を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The control unit includes:
2. The configuration according to claim 1, wherein a data read or write mode permitted for the communication partner device is determined based on a determination result of the determination unit, and control based on the determined mode is executed. The data processing control device according to the above.
前記制御部は、
前記判定部の判定結果に基づいて、前記通信相手デバイス間で入出力する情報を決定し、該決定に基づくデータ入出力制御を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The control unit includes:
The data according to claim 1, wherein information to be input / output between the communication partner devices is determined based on a determination result of the determination unit, and data input / output control based on the determination is executed. Processing control unit.
前記制御部は、
前記判定部の判定結果に基づいて、前記通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The control unit includes:
2. The data processing control device according to claim 1, wherein the data processing control device is configured to identify an input command from the communication partner device based on a determination result of the determination unit and execute control based on the command. 3.
前記制御部は、
前記判定部の判定結果に基づいて、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The control unit includes:
2. The data processing control device according to claim 1, wherein the data processing control device is configured to execute a process of determining accessible data based on a determination result of the determination unit and execute access control based on the determination result. 3.
前記制御部は、
前記判定部の判定結果に基づいて、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The control unit includes:
2. The data processing control device according to claim 1, wherein, based on a determination result of the determination unit, a process of determining data to be displayed on a display is performed, and display control is performed based on the determination result. 3. .
前記データ処理制御装置は、さらに、認証処理部を有し、
前記認証処理部は、
前記判定部の判定結果に基づいて認証処理を実行し、
前記制御部は、認証処理部の認証結果に基づいてデータ処理を実行する構成であることを特徴とする請求項1に記載のデータ処理制御装置。
The data processing control device further includes an authentication processing unit,
The authentication processing unit,
Performing an authentication process based on the determination result of the determination unit,
The data processing control device according to claim 1, wherein the control unit is configured to execute data processing based on an authentication result of an authentication processing unit.
前記認証処理部は、
前記通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、前記判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定する構成であることを特徴とする請求項12に記載のデータ処理制御装置。
The authentication processing unit,
Holding a plurality of continuous device arrangement modes of the communication partner device as arrangement sequence information corresponding to authentication information; inputting a plurality of continuous arrangement sequences of the communication partner device determined by the determination unit; 13. The data processing control device according to claim 12, wherein a matching process between the information and the authentication information is executed to determine whether the authentication is established.
データ通信を実行する通信処理装置であり、
各々に固有の識別子が設定され異なる位置に配置された複数のデータ通信部と、
通信相手機器に対して、前記複数のデータ通信部を介して、各々に設定された識別子情報を個別に出力する制御を実行する制御部と、
を有する通信処理装置。
A communication processing device that performs data communication,
A plurality of data communication units each having a unique identifier set and arranged at a different position,
For a communication partner device, via the plurality of data communication unit, a control unit that performs control to individually output the identifier information set for each,
A communication processing device having:
前記制御部は、
前記複数のデータ通信部各々の受信した識別子要求コマンドに基づいて、該識別子要求コマンドを受信したデータ通信部のみを介して、個々に設定された識別子情報出力処理を実行する構成であることを特徴とする請求項14に記載の通信処理装置。
The control unit includes:
On the basis of the identifier request command received by each of the plurality of data communication units, the configuration is such that the individually set identifier information output processing is executed only through the data communication unit that has received the identifier request command. The communication processing device according to claim 14, wherein:
データ通信を実行する通信デバイスと、前記通信デバイスとの通信処理に基づいてデータ処理制御を実行するデータ処理デバイスとによって構成されるデータ処理システムであり、
前記通信デバイスは、
各々に固有の識別子が設定され異なる位置に配置された複数の通信デバイス側通信部と、
データ処理デバイスに対して、前記複数の通信デバイス側通信部を介して、各々に設定された識別子情報を個別に出力する制御を実行する通信デバイス側制御部とを有し、
前記データ処理デバイスは、
各々が異なる位置に配置された複数のデータ処理デバイス側通信部と、
前記複数のデータ処理デバイス側通信部を介して、前記通信デバイスから入力する情報に基づいて、データ処理デバイスに対する通信デバイスの相対的な位置態様を判定する判定部と、
前記判定部の判定結果に基づいてデータ処理態様を制御するデータ処理デバイス側制御部とを有し、
前記データ処理デバイスに対する前記通信デバイスの相対的な位置態様に基づくデータ処理を実行する構成としたことを特徴とするデータ処理システム。
A data processing system configured by a communication device that executes data communication, and a data processing device that executes data processing control based on communication processing with the communication device,
The communication device,
A plurality of communication device-side communication units, each having a unique identifier set therein and arranged at different positions,
For a data processing device, via the plurality of communication device-side communication units, a communication device-side control unit that performs control to individually output the identifier information set for each,
The data processing device comprises:
A plurality of data processing device-side communication units each arranged at a different position,
Through the plurality of data processing device-side communication unit, based on information input from the communication device, a determination unit that determines a relative position aspect of the communication device with respect to the data processing device,
A data processing device-side control unit that controls a data processing mode based on the determination result of the determination unit,
A data processing system configured to execute data processing based on a relative position aspect of the communication device with respect to the data processing device.
前記判定部は、
データ処理デバイス側通信部が通信可能な位置にある通信デバイス側データ通信部から受信した通信デバイス側通信部識別子のシーケンスに基づいて通信デバイスの相対的な位置態様を判定する構成であることを特徴とする請求項16に記載のデータ処理システム。
The determination unit is
The data processing device-side communication unit is configured to determine a relative position mode of the communication device based on a sequence of the communication device-side communication unit identifier received from the communication device-side data communication unit at a position where communication is possible. The data processing system according to claim 16, wherein
前記データ処理デバイスは、さらに、認証処理部を有し、
前記認証処理部は、
前記判定部の判定結果に基づいて認証処理を実行し、
前記データ処理デバイス側制御部は、認証処理部の認証結果に基づいてデータ処理を実行する構成であることを特徴とする請求項16に記載のデータ処理システム。
The data processing device further includes an authentication processing unit,
The authentication processing unit,
Performing an authentication process based on the determination result of the determination unit,
17. The data processing system according to claim 16, wherein the data processing device-side control unit is configured to execute data processing based on an authentication result of an authentication processing unit.
前記認証処理部は、
前記通信相手デバイスの複数の連続的なデバイス配置態様を認証情報に相当する配置シーケンス情報として保持し、前記判定部が判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報との照合処理を実行して認証の成立性を判定する構成であることを特徴とする請求項16に記載のデータ処理システム。
The authentication processing unit,
Holding a plurality of continuous device arrangement modes of the communication partner device as arrangement sequence information corresponding to authentication information; inputting a plurality of continuous arrangement sequences of the communication partner device determined by the determination unit; 17. The data processing system according to claim 16, wherein the data processing system is configured to execute a collation process between the information and the authentication information to determine whether authentication is established.
データ処理制御を実行するデータ処理制御方法であり、
各々が異なる位置に配置された複数のデータ通信部を介して、通信相手デバイス側通信部に設定された識別情報を入力するステップと、
前記入力識別情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定ステップと、
前記判定ステップにおける判定結果に基づいてデータ処理態様を制御する制御ステップと、
を有することを特徴とするデータ処理制御方法。
A data processing control method for executing data processing control,
Via a plurality of data communication units each arranged at a different position, inputting identification information set in the communication partner device side communication unit,
Based on the input identification information, a determining step of determining a relative position aspect of the communication partner device with respect to the data processing control device,
A control step of controlling a data processing mode based on a determination result in the determination step;
A data processing control method comprising:
前記判定ステップは、
通信相手デバイス側の複数のデータ通信部と、データ処理制御装置側の複数のデータ通信部との間で設定された通信チャンネルに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする請求項20に記載のデータ処理制御方法。
The determining step includes:
A relative position mode of the communication partner device is determined based on a communication channel set between the plurality of data communication units on the communication partner device side and the plurality of data communication units on the data processing control device side. The data processing control method according to claim 20, wherein
前記判定ステップは、
データ処理制御装置側のデータ通信部が通信可能な位置にある通信相手デバイス側データ通信部から受信した通信相手デバイス側のデータ通信部識別子シーケンスに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする請求項20に記載のデータ処理制御方法。
The determining step includes:
The relative position mode of the communication partner device is determined based on the data communication unit identifier sequence of the communication partner device received from the data communication unit of the communication partner device located at a position where the data communication unit of the data processing control device can communicate. 21. The data processing control method according to claim 20, wherein:
前記判定ステップは、
通信相手デバイスのデータ処理制御装置に対する相対的な位置態様と、通信相手デバイス側データ通信部から受信可能なデータ通信部識別子シーケンスとを対応付けたテーブルに基づいて通信相手デバイスの相対的な位置態様を判定することを特徴とする請求項22に記載のデータ処理制御方法。
The determining step includes:
A relative position mode of the communication partner device based on a table in which a relative position mode of the communication partner device with respect to the data processing control device and a data communication unit identifier sequence receivable from the communication partner device-side data communication unit are associated. 23. The data processing control method according to claim 22, wherein is determined.
前記制御ステップは、
前記判定ステップにおける判定結果に基づいて、前記通信相手デバイスに対して許容するデータの読み取りまたは書き込み態様を決定し、該決定態様に基づく制御を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The control step includes:
21. The data according to claim 20, wherein a data read or write mode permitted for the communication partner device is determined based on a determination result in the determination step, and control based on the determined mode is executed. Processing control method.
前記制御ステップは、
前記判定ステップにおける判定結果に基づいて、前記通信相手デバイス間で入出力する情報を決定し、該決定に基づくデータ入出力制御を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The control step includes:
21. The data processing control method according to claim 20, wherein information to be input / output between the communication partner devices is determined based on a determination result in the determination step, and data input / output control based on the determination is performed. .
前記制御ステップは、
前記判定ステップにおける判定結果に基づいて、前記通信相手デバイスからの入力コマンドを識別し、該コマンドに基づく制御を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The control step includes:
21. The data processing control method according to claim 20, wherein an input command from the communication partner device is identified based on a determination result in the determination step, and control based on the command is executed.
前記制御ステップは、
前記判定ステップにおける判定結果に基づいて、アクセス可能なデータの決定処理を実行し、該決定結果に基づくアクセス制御を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The control step includes:
21. The data processing control method according to claim 20, wherein a determination process of accessible data is performed based on a determination result in the determination step, and access control is performed based on the determination result.
前記制御ステップは、
前記判定ステップにおける判定結果に基づいて、ディスプレイに表示するデータの決定処理を実行し、該決定結果に基づく表示制御を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The control step includes:
21. The data processing control method according to claim 20, wherein a determination process of data to be displayed on a display is performed based on a determination result in the determination step, and a display control is performed based on the determination result.
前記データ処理制御方法は、さらに、認証処理ステップを有し、
前記認証処理ステップは、
前記判定ステップにおける判定結果に基づいて認証処理を実行し、
前記制御ステップは、認証処理ステップの認証結果に基づいてデータ処理を実行することを特徴とする請求項20に記載のデータ処理制御方法。
The data processing control method further includes an authentication processing step,
The authentication processing step includes:
Performing an authentication process based on the determination result in the determination step,
21. The data processing control method according to claim 20, wherein the control step executes data processing based on an authentication result of the authentication processing step.
前記認証処理ステップは、
前記判定ステップにおいて判定する通信相手デバイスの連続的な複数の配置シーケンスを入力し、該入力シーケンス情報と、認証情報として予め保持している配置シーケンス情報との照合処理を実行して認証の成立性を判定することを特徴とする請求項29に記載のデータ処理制御方法。
The authentication processing step includes:
A plurality of continuous arrangement sequences of the communication partner device determined in the determination step are input, and the input sequence information is compared with the arrangement sequence information held in advance as authentication information to execute verification processing. 30. The data processing control method according to claim 29, wherein is determined.
データ処理制御を実行するコンピュータプログラムであり、
各々が異なる位置に配置された複数のデータ通信部を介して、通信相手デバイス側通信部に設定された識別情報を入力するステップと、
前記入力識別情報に基づいて、データ処理制御装置に対する通信相手デバイスの相対的な位置態様を判定する判定ステップと、
前記判定ステップにおける判定結果に基づいてデータ処理態様を制御する制御ステップと、
を有することを特徴とするコンピュータプログラム。
A computer program that executes data processing control;
Via a plurality of data communication units each arranged at a different position, inputting identification information set in the communication partner device side communication unit,
Based on the input identification information, a determining step of determining a relative position aspect of the communication partner device with respect to the data processing control device,
A control step of controlling a data processing mode based on a determination result in the determination step;
A computer program comprising:
JP2002324774A 2002-11-08 2002-11-08 Data processing control device, communication processing device, data processing system, data processing control method, and computer program Expired - Fee Related JP4127022B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002324774A JP4127022B2 (en) 2002-11-08 2002-11-08 Data processing control device, communication processing device, data processing system, data processing control method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002324774A JP4127022B2 (en) 2002-11-08 2002-11-08 Data processing control device, communication processing device, data processing system, data processing control method, and computer program

Publications (2)

Publication Number Publication Date
JP2004157903A true JP2004157903A (en) 2004-06-03
JP4127022B2 JP4127022B2 (en) 2008-07-30

Family

ID=32804217

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002324774A Expired - Fee Related JP4127022B2 (en) 2002-11-08 2002-11-08 Data processing control device, communication processing device, data processing system, data processing control method, and computer program

Country Status (1)

Country Link
JP (1) JP4127022B2 (en)

Also Published As

Publication number Publication date
JP4127022B2 (en) 2008-07-30

Similar Documents

Publication Publication Date Title
US9198037B2 (en) Identification processing apparatus and mobile device using the same
US20070221725A1 (en) Reader/Writer Secure Module Access Control Method
JP5499913B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, AND COMMUNICATION SYSTEM
US20070194134A1 (en) Smart cards and smart card systems supporting multiple interfaces
JP2000252854A (en) Responder for communication and communication system using it
JP2007242024A (en) Ic card, portable terminal, and control method of portable terminal
CN102201843A (en) Communication device, communication method and communication system
WO2014130294A1 (en) Data protection in near field communications (nfc) transactions
TWI714053B (en) Contactless communication method and communication device
US8560007B2 (en) Apparatus and method for supporting different types of universal integrated circuit cards
EP2901364B1 (en) Method of configuring two wireless devices for mutual communication
CN101216899B (en) SIM card chip compatible with non-contact logic encryption card
KR20200002807A (en) Communication device and method
JP4127022B2 (en) Data processing control device, communication processing device, data processing system, data processing control method, and computer program
EP2717193B1 (en) IC card, portable electronic device, and reader/ writer
US20070262143A1 (en) Card Reading Device Having Both Contact and Contactless Card Reading Functions
JP4548473B2 (en) Information processing apparatus and information processing method
JP4799058B2 (en) IC card and computer program
WO2005103917A1 (en) Data communication system, data communication method, and data communication apparatus
JP4839751B2 (en) RFID tag
CN108885581B (en) Information processing apparatus and information processing method
JP4734838B2 (en) Information recording medium, program, and command execution control method
JP2009009417A (en) Information processing system, reader/writer, information processing apparatus, access restriction management method, and program
CN107925579A (en) Communication equipment, communication means and communication system
JP6017943B2 (en) Reader / writer device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050902

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070921

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071009

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071210

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080422

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080505

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110523

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110523

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees