Communication série avec python

Utilisez pyserial

Pour la communication série, il est pratique d'utiliser pyserial.

install

Tout d'abord, installez pyserial à l'aide de pip.

$ pip install pyserial

seulement ça.

Comment utiliser

Envoyer

Importez, configurez, sortez et fermez enfin. Très facile.

>>> import serial
>>> ser = serial.Serial('/dev/tty.usbserial-******', 9600, timeout=1)
>>> ser.write("hello")
>>> ser.close()

Dans la partie réglage, spécifiez le nom du périphérique, puis la vitesse de transmission, puis le délai d'expiration dans le premier argument. Pour connaître le nom de l'appareil sur mac, dans le terminal

$ ls /dev/tty.*

Si vous entrez, '/ dev / tty.usbserial - *****' sera affiché, vous pouvez donc le vérifier.

Recevoir

Dans l'argument de read (),

--Si rien n'est spécifié, un caractère est lu --Si vous spécifiez un entier (tel que 10), lisez le nombre de caractères spécifié. --Lisez jusqu'à la fin de la ligne avec readline ()

>>> import serial
>>> ser = serial.Serial('/dev/tty.usbserial-*****', 9600, timeout=1)
>>> c = ser.read()
>>> string = ser.read(10)
>>> line = ser.readline()
>>> ser.close

Recommended Posts

Communication série avec Python
Communication série avec python
Communication de socket avec Python
Communication HTTP avec Python
Introduction à la communication série [Python]
Afficher la communication Python avec Fiddler
Communication de socket avec Python LEGO Mindstorms
Communication série avec Raspberry Pi + PySerial
Vérifiez simplement la communication série avec tk
J'ai essayé la communication SMTP avec Python
FizzBuzz en Python3
Grattage avec Python
Statistiques avec python
Grattage avec Python
Python avec Go
Twilio avec Python
Intégrer avec Python
Jouez avec 2016-Python
AES256 avec python
Testé avec Python
python commence par ()
avec syntaxe (Python)
La communication I2C est effectuée en contrôlant la communication série avec python (à l'aide d'un périphérique USBGPIO8)
Bingo avec python
Zundokokiyoshi avec python
Contrôle de la communication série avec communication python et SPI (à l'aide d'un périphérique USBGPIO8)
Excel avec Python
Micro-ordinateur avec Python
Cast avec python
Communication de socket en utilisant le serveur de socket avec python maintenant
[Python] [Windows] Communication série en Python à l'aide de DLL
Zip, décompressez avec python
Django 1.11 a démarré avec Python3.6
Jugement des nombres premiers avec Python
Python avec eclipse + PyDev.
Analyse de données avec python 2
Grattage en Python (préparation)
Essayez de gratter avec Python.
Apprendre Python avec ChemTHEATER 03
Recherche séquentielle avec Python
"Orienté objet" appris avec python
Exécutez Python avec VBA
Manipuler yaml avec python
Résolvez AtCoder 167 avec python
[Python] Utiliser JSON avec Python
Apprendre Python avec ChemTHEATER 05-1
Apprenez Python avec ChemTHEATER
Exécutez prepDE.py avec python3
Traitement de la communication par Python
1.1 Premiers pas avec Python
Collecter des tweets avec Python
Binarisation avec OpenCV / Python
3. 3. Programmation IA avec Python
Méthode Kernel avec Python
Non bloquant avec Python + uWSGI
Grattage avec Python + PhantomJS
Publier des tweets avec python
Conduisez WebDriver avec python
Utiliser mecab avec Python 3
[Python] Redirection avec CGIHTTPServer
Analyse vocale par python