Vertaling van "den Serial" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Der Scanner testet alle Adressen durch und gibt das Ergebnis über den Serial Monitor aus.
The scanner tests all addresses and show the results in the serial monitor.
Die Software gibt über den Serial Monitor alle drei Sekunden die aktuell gemessene Windgeschwindigkeit aus.
The software outputs the currently measured wind speed every three seconds over the serial monitor.
Mit Softwareserial eliminiert man diese Probleme, kann andere freie Pins nehmen und zugleich auch auf den Serial Monitor zugreifen.
Software serial eliminates these problems and you can user other free pins and access the serial monitor at the same time.
Man kann sicher gehen, wenn man sich das über den Serial Monitor bestätigen lässt, indem man folgende Zeile einfügt
You can make sure by ordering your code to let you know on the serial monitor by adding this line
Sie legt fest, welche Ereignisse den Serial Driver veranlassen sollen, ein Device-Driver-Event zu senden.
It determines which events are to trigger the serial driver to send a device driver event.
Nur in dem Fall, in dem eine solche Datei existiert, aber nicht geöffnet werden kann oder wenn die SD-Karte fehlt brauchen wir einen Fehlercode, der uns über den Serial Monitor informiert und die rote LED bis zum nächsten Durchgang anschaltet
Only in the occasions where there is such a file, but it can't be opened or if the SD card is missing, we will need an error coding which informs us on the serial monitor and lights up the red LED until the next loop
Wenn er sie nicht lesen kann, schickt er die Nachricht „Card failed, or not present" an den Serial Monitor.
If it can't read it, it sends a message to the serial monitor saying "Card failed, or not present".
Dies bedeutet, dass Befehle über den Serial Monitor vom Arduino IDE direkt an das SIM800 Modul weitergeleitet werden.
This means that commands from the serial monitor are forwarded directly to the SIM800 module.
Umgekehrt wird die Antwort vom SIM800 direkt an den Serial Monitor weitergeleitet.
Conversely, the response from the SIM800 is forwarded directly to the serial monitor.
Ermöglicht einem ATAPI-Gerät, den Serial ATA-Controller zu benachrichtigen, wenn Maßnahmen erforderlich sind.
Allows an ATAPI device to send notification to the Serial ATA controller that the device requires attention.
Wenn der Arduino die SD-Karte dagegen lesen kann, sendet er die Nachricht „card initialized." an den Serial Monitor.
return;} If the arduino can read the SD-Card it will send the message "card initialized." to the serial monitor.
Schlagen Sie in der Dokumentation Ihres Computersystems nach, ob Ihr System das Serial ATA auf dem Motherboard unterstützt. Dort finden Sie auch den Serial ATA-Anschluss.
Refer to your computer system documentation to see if your system supports Serial ATA on the motherboard and to locate the Serial ATA connector.
Im Modus für die serielle Ausgabe werden alle Daten auf den Serial Monitor ausgegeben.
In the mode for the serial output all data is output on the Serial Monitor.