

生理学実験技術データベース
Experimental Techniques for Physiological Sciences
H2-7
Last update: 2010-03-25
VBA用シリアル通信/イベント・タイマ機能
Serial communications and the event timer are used with Microsoft Excel VBA
Summary |
The function of serial communications and the event timer is not provided in
Microsoft Excel VBA. Add the function of the communication and the timer to Microsoft Excel VBA by this program. 1. The data communication is done by using the COM port such as RS-232C. 2. Call the user function by generating constant timer interrupt. |
---|---|
用途 | MicrosoftExcelのVBA(VisualBasicforApplications)でシリアル通信とイベント・タイマを使用できるようにする。 |
特徴 |
ExcelのVBAではサポートされていない、シリアル通信(COMポート)とイベント・タイマの機能を追加する。
|
使用に関する 制限 |
所内でのみ利用可 |
使用法 |
サンプル・プログラムの動作について
|
ダウンロード | 所外非公開 |
参考資料 |
トランジスタ技術 2000年4月号 P277-295 APIを使ってI/Oを制御する トランジスタ技術 2001年9月号 P179-184 シリアル・ポート接続型PICライタの製作 MSDNライブラリ2006年1月版 |