-
This example program is the source code for the FT232BM Test Application from ou...
This example program is the source code for the FT232BM Test Application from our Utilities page.
It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on ST_232_245.pdf to be connected.
Our D2XX direct drivers should be installed for this application. The code can be modified to fit your requirements.
To download the application source code , click here.
To download the test cable specification, click here.-This example program is the source code for the FT232BM Test Application from our Utilities page.
It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on
- 2022-03-20 07:26:46下载
- 积分:1
-
Delphi 的RTTI机制的所有技术文档(相当齐全)
Delphi 的RTTI机制的所有技术文档(相当齐全)-Delphi" s RTTI mechanism for all the technical documentation (fairly comprehensive)
- 2023-06-17 21:45:04下载
- 积分:1
-
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。...
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。-Delphi production process, can achieve access to the local computer name and IP address of the function.
- 2022-02-07 07:21:27下载
- 积分:1
-
聪明的程序员用Delphi大家都知道吧,学习Delphi的人你一定知道吧,想检验你的Delphi学的怎么样么?看看吧!对你可能有帮助!...
聪明的程序员用Delphi大家都知道吧,学习Delphi的人你一定知道吧,想检验你的Delphi学的怎么样么?看看吧!对你可能有帮助!-clever programmers with Delphi everyone you know, learning Delphi certain people you know you, you want to test the Delphi learn how kind? Let"s see it! You may have to help!
- 2022-03-05 11:14:02下载
- 积分:1
-
用Delphi做的小程序,可以实现启动一个新的IE并控制它运行的功能。...
用Delphi做的小程序,可以实现启动一个新的IE并控制它运行的功能。-do with Delphi small programs, can achieve launched a new IE control over its operations and functions.
- 2022-07-15 23:36:29下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
delphi programming examples and help explain, which include the delphi help Chin...
delphi编程实例及帮助详解,里面包括delphi帮助的中文注解-delphi programming examples and help explain, which include the delphi help Chinese Notes
- 2022-03-16 00:44:28下载
- 积分:1
-
Delphi 下用 Intraweb 开发WEB程序应用实战
Delphi 下用 Intraweb 开发WEB程序应用实战-Delphi procedures under the WEB Application development with real Intraweb
- 2022-08-12 00:16:13下载
- 积分:1
-
this book is a book with the code. "Delphi 5.x real
就是这本书的随书代码。包括《实战Delphi 5.x-分布式多层应用系统篇》,《实战Delphi 5.x-分布式Web应用系统篇》,以及《实战Delphi 5.x-高效率数据库应用系统篇》。-this book is a book with the code. "Delphi 5.x real-distributed multi-tier application system", "real Delphi 5.x-distributed Web applications chapter," and "combat Delphi 5.x-efficient database applications chapter."
- 2022-02-15 12:26:24下载
- 积分:1
-
DelphiZeus Chinese version, learning the use of DELPHI developing applications b...
DelphiZeus中文版,学习使用DELPHI开发基于WindowsAPI的应用程序,来自窗体单元。
- 2022-04-20 00:45:41下载
- 积分:1