Arduino Delphi Serial Communication Tutorial

  вторник 28 апреля
      15

Arcsoft scan n stitch deluxe activation code Scan-n-Stitch Perfect for office and home users looking for an easy way to scan legal documents, magazine spreads and A3 size documents. The program features a clean user interface and step-by-step scanning instructions that makes every job quick and simple. ArcSoft Scan-n-Stitch Deluxe is a product developed by Arcsoft.This site is not directly affiliated with Arcsoft.All trademarks, registered trademarks, product names and company names or logos mentioned herein are the property of their respective owners.

Ensiklopedi akhir zaman. Jul 11, 2013  Serial Communication with a Microcontroller. You can learn Arduino in 15 minutes. Joerg Krause Recommended for you. Delphi Programming Tutorial #89 - Implementing Interface. Tutorial - Using HC06 Bluetooth to Serial Wireless UART Adaptors With Arduino: Sending data between an Arduino or compatible board and a Bluetooth-equipped device such as an Android smartphone or tablet is very easy thanks to the inexpensive HC06 Bluetooth module we have in stock at PMD Way.This tutorial will explain how to.

Thread: Arduino C Builder USB ComPort


This question is answered. Helpful answers available: 2. Correct answers available: 1.

Replies: 3 - Last Post: Jun 20, 2017 7:31 PM Last Post By: Andrew McIsaac
Andrew McIsaac

Posts: 93
Registered: 3/12/13
Arduino C Builder USB ComPort
Posted: May 14, 2017 3:52 PM
Good afternoon,
I am currently using XE8 Enterprise, Windows 10.
I am looking to interface with the Arduino Boards, and Communicate with it through C++
Watched the video of Create IOT solutions with Delphi and Arduino with BoianMitov, Code Rage XI,
Require
Would like to use the Arduino Mega - as I need to have approx. 50 input / output pins.
Communicate through USB if possible
I am comfortable programming the Microcontroller first - plenty of experience using Microchip -
Now I would like to use the Arduino - looks like it should be simple enough - direct communication to the board from C++
I have Comport from Winsoft which works well for for my Serial Connection - Sensors / GPS.. C++ can read these live.
Would like to be able to read write top the IO pins of the Arduino ?
Preferable with USB
In the video - he used TCLComport - another addition ?
Any one have thoughts / experience to do this ?
Or other references ?
Thanks in advance.
Andrew
Bissett Daniel

Posts: 6
Registered: 11/28/07
Re: Arduino C Builder USB ComPort
Posted: Jun 12, 2017 1:51 PM in response to: Andrew McIsaac
I use Turbo Power Async Pro in almost all the programs I write. It is really a solid tool kit for serial communications. It works well with USB serial ports and I have used it to talk to PIC Microcontrollers.
As nice as it is, it is a pain in the a. to install in C Builder. If you look around here on EDN, there is a white paper on installing it. The white paper was great but it was written before XE8. After XE8, there was a a change in the compiler command line options. Any compiler after XE8 requires command lines that look like this:
dcc32.exe -JL -NSrtl;system;vcl;winapi;system.win AsyncPro.dpk
dcc32.exe -JL -NSrtl;system;vcl;winapi;system.win dclAsyncPro.dpk
instead of the ones in the white paper.
Andrew McIsaac

Posts: 93
Registered: 3/12/13
Re: Arduino C Builder USB ComPort
Posted: Jun 14, 2017 8:32 AM in response to: Andrew McIsaac
Andrew McIsaac

Posts: 93
Registered: 3/12/13
Re: Arduino C Builder USB ComPort
Posted: Jun 20, 2017 7:31 PM in response to: Andrew McIsaac
Hi everyone,
In case anyone else is looking into.
I have the ComPort component from Winsoft ( http://www.winsoft.sk )
This works really well.
Changed the rate to 19200, and set on the Arduino
Two way communication is easily done.
Thanks,
Andrew
Legend
Helpful Answer (5 pts)
Correct Answer (10 pts)