Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Delphi Wie kann ich mit Delphi Daten via USB versenden? (https://www.delphipraxis.net/171605-wie-kann-ich-mit-delphi-daten-via-usb-versenden.html)

Klaus01 15. Nov 2012 19:15

AW: Wie kann ich mit Delphi Daten via USB versenden?
 
Zitat:

Zitat von BBoy (Beitrag 1191356)
Virtueller Com port? Das müsste dann ein Windows Treiber sein der ein Com Port simuliert aber woran man ein usb gerät anschließt. Gibt es das?

USB darum, weil heute nicht mehr jeder Rechner eine serielle Schnittstelle hat.

Zitat:

Communication

The Arduino Uno has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers. The ATmega328 provides UART TTL (5V) serial communication, which is available on digital pins 0 (RX) and 1 (TX). An ATmega16U2 on the board channels this serial communication over USB and appears as a virtual com port to software on the computer. The '16U2 firmware uses the standard USB COM drivers, and no external driver is needed. However, on Windows, a .inf file is required. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board. The RX and TX LEDs on the board will flash when data is being transmitted via the USB-to-serial chip and USB connection to the computer (but not for serial communication on pins 0 and 1).
Quelle: Link aus einem anderen Beitrag.

Auch hier sind noch Infos zu finden.
Schau mal in dem Kapitel "Installing drivers"

Grüße
Klaus

BBoy 16. Nov 2012 10:31

AW: Wie kann ich mit Delphi Daten via USB versenden?
 
Soll also heißen ich kann den Arduino Uno in Delphi einfach über die vom Treiber eingerichtete virtuelle Serielle Schnittstelle ansprechen?

WM_CLOSE 16. Nov 2012 10:57

AW: Wie kann ich mit Delphi Daten via USB versenden?
 
ja!


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:33 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz