# パソリッチとは

パソリッチ（PaSoRich）とはScratch3.0拡張機能です。

ICカードを読み取る機器（カードリーダー）であるソニー社製品のPaSoRi（パソリ）を、ブロック型プログラミング環境のScratch3.0で利用できるようにするものです。

<figure><img src="/files/ODygyNjYhJTtlX4OcW4L" alt="" width="375"><figcaption></figcaption></figure>

交通系や電子マネーで採用されているICカードの識別番号（IDm）を読み取って、プログラムの中で利用することができます。

ICカードが違えば、番号も違うため、カードによって処理を変えることができます。特定のカードを読み取ったときだけ機能を動作させるといったプログラムがつくれます。

たとえば、かざすICカードによって、異なるキャラクターを表示したり、記録を残したり、電子工作の動作を変えるといったことができます。

このドキュメントでは、拡張機能パソリッチ2.0を利用するための説明をします。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://con3.gitbook.io/pasorich/pasoritchitoha.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
