Windows 3.x High-Speed Communications Library and Tools.
Find a file
Scott Duensing dd8326d16a Add native Delphi 1.0 TKPComm serial communications component
VBX registration is non-functional in VB4 16-bit (VBRegisterModel is a
no-op, VBGetModelInfo never called). Native Delphi component avoids all
DLL/export/registration issues — compiles directly into the IDE.

TKPComm is a TComponent descendant calling the Windows 3.1 comm API
directly. Uses RegisterClass/CreateWindow for WM_COMMNOTIFY dispatch
with the component instance pointer stored in cbWndExtra. Includes a
test application (KPTEST) with send/receive UI built entirely in code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 22:04:54 -06:00
delphi Add native Delphi 1.0 TKPComm serial communications component 2026-02-25 22:04:54 -06:00
drivers Initial commit. 2026-02-23 20:53:02 -06:00
drv Rename output from COMM.DRV to KPCOMM.DRV to avoid clashing with stock driver 2026-02-24 20:07:45 -06:00
vbx Rename VBX control from MSComm to KPComCtl 2026-02-24 20:16:02 -06:00
.gitattributes Initial commit. 2026-02-23 20:53:02 -06:00
.gitignore Initial commit. 2026-02-23 20:53:02 -06:00