摘要: from socket import * from time import ctime import serial import time ser = serial.Serial("/dev/ttyACM0",9600) ser.flushInput() ser.flushOutput() HOST 阅读全文
posted @ 2017-09-14 20:34 竹之轩 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # #-*-coding:utf-8-*- # from socket import * HOST = '192.168.43.90' # // need to change ip PORT = 6666; BUFSIZE = 1024; ADDR=(HO 阅读全文
posted @ 2017-09-14 19:49 竹之轩 阅读(148) 评论(0) 推荐(0) 编辑