If you are using Delphi TComPort VCL ......

If you are using Delphi TComPort VCL for some Arduino programs. Please set FlowControl -> ControlDTR to dtrEnable. Otherwise, you will get nothing from Serial Port.

comport

It costed me one afternoon for this issue. I worked with a Arduino Pro Micro (Leonardo). The Serial Monitor of IDE worked well. Putty worked well and 'Serial Port Utility' worked well. Arduino Uno was tried. It works well....... Only my Delphi program couldn't get anything from the Serial Port. At last, I noticed the example program of TComPort worked well. But if I deleted this VCL and added again, it would fail. At last I found this Properties.

I don't know why. All the documents said Leonardo didn't use DTR pin.

If you have any suggestion, please let me know. Thanks a lot.

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注