株式会社インタフェース Topページへ →サイトマップ
→English Site
Made in 日本
新着情報 ダウンロード サポート 会社概要 採用情報 購入方法 資料請求 キャンペーン
株式会社インタフェース| ソフトウェア - Windows Driver Software for HDLC Communications Product GPF-4116
ホーム → 製品情報 → ソフトウェア → GPF-4116 back
 GPF-4116  Windows Driver Software for HDLC Communications Product
型式GPF-4116
バージョン4.00-06
価格無料ダウンロード
CD-ROMなどの媒体による提供は\3,000
(税込み \3,150)
オンラインヘルプこちらから
ダウンロード
日本語版GPC-4116
概要
The GPF-4116 software controls Interface HDLC communications products from your application program running on Windows. The GPF-4116 allows you to transmit data encapsulated in HDLC frames. Application software should link a provided dynamic link library (DLL) and control the HDLC communications boards through the application programming interface (API). This document includes the information for using the GPF-4116 on Windows.
[GPF-4116]
特長
>>The GPF-4116 can transmit/receive HDLC frames in free format.
>>The GPF-4116 automatically adds Frame Check Sequence (FCS) bytes into transmitting frames and removes them from received frames.
>>The GPF-4116 can transmit/receive up to 16384-byte data as one frame.
>>The board contains transmission buffers to transfer data sequentially.
>>The board contains reception buffers to prevent data loss while the software is executing the other processes.
>>When events occur, the events are signaled. So you can handle interrupt events in the user mode, call the callback routine, and a message is posted to the specified window.
>>The driver supports Interface intelligent HDLC communications modules.
- The modules are equipped with a CPU. This feature reduces the burden on the computer or CPU board.
- Up to eight channel communications are controllable*.
- Up to 48 channel digital input/output are controllable*.
  * Only for PCI/CTP/CPZ-423108Q, PCI/CPZ-423208Q.
対応OS
Windows 7 64bit Windows 7 Windows Server 2008 64bit Windows Server 2008 Windows Vista 64bit Windows Vista Windows XP 64bit Windows XP Windows Embedded Standard 7 Windows Embedded Standard 2009 Windows Server 2003 64bit Windows 2000
対象製品型式
CPZシリーズCPZ-4172, CPZ-4172FM, CPZ-423104Q, CPZ-423108Q, CPZ-423204Q, CPZ-423208Q,
CPZ-467102P, CPZ-467120, CPZ-467120P
PCI ExpressシリーズPEX-467101, PEX-467102, PEX-467102FM, PEX-467120
PCIシリーズLPC-467101, LPC-467101FM, LPC-467102, LPC-467120, PCI-4171, PCI-4171FM,
PCI-4171S, PCI-4172, PCI-4172FM, PCI-423104Q, PCI-423108Q, PCI-423204Q,
PCI-423208Q, PCI-467120
CTPシリーズCTP-4172, CTP-423104Q, CTP-423108Q, CTP-423204Q, CTP-423208Q, CTP-467102P,
CTP-467120P
CardBus CSIシリーズCSI-467120, CSI-467201, CSI-467202, CSI-467202FM, CSI-467301, CSI-467302,
CSI-467302FM, CSI-467401, CSI-467402, CSI-467402FM
対応言語
Microsoft Visual C++ 4.2, 5.0, 6.0, .NET 2002, .NET 2003, 2005, 2008, 2010
Microsoft Visual C# .NET 2002, .NET 2003, 2005, 2008, 2010
Microsoft Visual Basic 4.0(32 bit version), 5.0, 6.0, .NET 2002, .NET 2003, 2005, 2008, 2010
Borland Delphi 3.0, 3.1, 4.0, 5.0, 6.0, 7.0
Borland C++Builder 1.0, 3.0, 4.0, 5.0, 6.0
Borland C++ 5.0
DLL関数一覧
HDLC
1HdlcOpenOpens a port and enables access to the port.
2HdlcCloseCloses a port and releases the resources. Any subsequent accesses to the port are forbidden.
3HdlcSendFrameTransmits frame to remote stations.
4HdlcGetFrameCountRetrieves the number of frames stored in the reception buffers.
5HdlcGetFrameLengthRetrieves the frame length stored in the head reception buffers.
6HdlcReceiveFrameRetrieves HDLC frames from the reception buffers.
7HdlcGetStatusRetrieves the current status of the HDLC port.
8HdlcSetControlLineSets control signals of the HDLC port.
9HdlcGetControlLineRetrieves the status of the control signals of the HDLC port.
10HdlcClearBufferDiscards the transmission/reception buffers.
11HdlcSetEventMaskSets the event mask.
12HdlcGetEventMaskRetrieves the event mask.
13HdlcEventRequestPendingWaits for events.
14HdlcCheckIdleRetrieves the idle status.
15HdlcSetIdleTimerConfigures the idle detection time.
16HdlcGetIdleTimerRetrieves the idle detection time.
17HdlcSetCableTerminationConfigures the termination for RS-485.
18HdlcGetCableTerminationRetrieves the termination for RS-485.
19HdlcGetTmoduleStatusRetrives the connection status of the HDLC moule.
20HdlcSetTmodulePowerControls the power supply of the HDLC module.
21HdlcSetFlagConfigures leading flag/trailing flag.
22HdlcGetFlagRetrieves leading flag/trailing flag.
23HdlcCommonGetPciDeviceInfoRetrieves the resources.
24CallBackProcIs a placeholder for a callback routine.
Digital Input/Output
1SdioOpenOpens a digital input/output device of the HDLC module and enables to access to the module.
2SdioCloseCloses a digital input/output device of the HDLC module and releases the resources. Any subsequent accesses to the module are forbidden.
3SdioInputPointReads the input pin status.
4SdioOutputPointWrites output pin status.
5SdioInputByteReads the status of the specified 8 input pins.
(BYTE access)
6SdioInputWordReads the status of the specified 16 input pins.
(WORD access)
7SdioInputDwordReads the status of the specified 32 input pins.
(DWORD access)
8SdioOutputByteWrites the status of the specified 8 output pins.
(BYTE access)
9SdioOutputWordWrites the status of the specified 16 output pins.
(WORD access)
10SdioOutputDwordWrites the status of the specified 32 output pins.
(DWORD access)
11SdioSetLatchLogicSpecifies the STB signal logic that input signal is latched.
12SdioGetLatchLogicvRetrieves the STB signal logic that input signal is latched.
13SdioInputLatchPointReads the status of the latched input pin.
14SdioInputLatchByteReads the status of the latched 8 input pins.
(BYTE access)
15SdioInputLatchWordReads the status of the latched 16 input pins.
(WORD access)
16SdioInputLatchDwordReads the status of the latched 32 input pins.
(DWORD access)
17SdioSetEventSpecifies the event to be used when an interrupt occurs because the status of the STB signal changes.
18SdioSetEventLogicConfigures the interrupt logic of STB signal.
19SdioGetEventLogicRetrieves the interrupt logic of STB signal.
20SdioGetTmoduleStatusRetrieves the connection status of the HDLC modules.
21SdioSetTmodulePowerControls the power supply of the HDLC module.
22CallBackProcIs a placeholder for the callback functions that is called when interrupt occurs.
23SdioCommonGetDeviceInfoRetrieves the resource information of devices.

© 2013 Interface Corporation. All rights reserved.
製品を選ぶ
・スペック検索
・用途/使い方から
・インタフェースモジュールが
  使えるCPU

・ボックス型コンピュータ
・新製品
・おすすめ/売れ筋から
・製品マップから
・カテゴリから
・広告から
・パンフレットから
・型式から
産業用パソコン
Classembly Devices®
・エコ
・省エネ
・車載
・タフコントローラ
・I/O
・タッチパネル
・マザコン
・ハイグレード

i99-BASIC®

・オリジナルインタプリタ言語
  (簡易制御ソフトウェア)

FAコントローラ
・長期安心
・スロットイン
・ノンストップ
・分散処理コントローラ

産業用マザーボード
・ATXマザーボード
・Mini-ITX マザーボード

ソリューション

・EV 急速充電器
  プロトコルモニタ

インタフェースモジュール
・インタフェースモジュール
・最大50%OFF
  特別キャンペーン販売実施中

・サブプロセッサモジュール
・拡張ユニット
・アクセサリ
・ソフトウェア
・開発らくらくパッケージ
部品販売
・クラシック販売
・ディスコン部品販売
・ポップス部品販売
サポート
・サポート
・ユーザID登録
・製品貸出サービス
・コラム集
・FAQ検索
・個人情報の取扱について

・サイトマップ
・Interface Global Site
・Subsidiary & Distributor in U.S.
   Interface Amita Solutions