Home > Back-end >  The Delphi 232 serial debugging assistant
The Delphi 232 serial debugging assistant

Time:09-27

Beginners Delphi, could you tell me the use of Delphi in 232 serial debugging assistant how to do? Does anyone have a complete interface and program for reference, thanks.

CodePudding user response:

Online can be downloaded to the relevant source code and the example for your reference, need to install SPComm controls

A serial port application instance

CodePudding user response:

Or download to CSDN resource station

SPComm instance

CodePudding user response:

Don't need very complicated, as long as they can implement a simple transceiver,

CodePudding user response:

reference zjj901031 reply: 3/f
do not need to be very complicated, as long as they can implement a simple transceiver,

Then on the Internet to find some examples of SPComm controls look is ok,

CodePudding user response:

Then on the Internet to find some examples of SPComm controls look is ok,

Installed SPComm controls but compile but as [Fatal Error] COMM. The DPR (7) : File not found: 'SPComm. Dcu' what do you mean

CodePudding user response:


Installed SPComm controls but compile but as [Fatal Error] COMM. The DPR (7) : File not found: 'SPComm. Dcu' what do you mean

CodePudding user response:

Control the reference path is not specified, the increase of the paths in the diagram below


CodePudding user response:

Support the upstairs
  • Related