Raspberry pi 使用python+pySerial实现串口通信 转:http://blog.csdn.net/homeway999/article/details/8642353目录(?)[+]Raspberry pi 使用pythonpySerial实现串口通信Raspberry pi端...
分类:
编程语言 时间:
2014-09-22 23:36:23
阅读次数:
379
1.windows下安装python官网下载安装即可2.安装后的环境设置我的电脑--属性--高级--设置path的地方添加python安装目录,如C:\Python27;C:\Python333.多版本的切换三种方法:1)修改C:\Python27;C:\Python33内python.exe为py...
分类:
编程语言 时间:
2014-09-05 21:02:11
阅读次数:
509
参考网址:pyserial.sourceforge.net/pyserial.html#installationDownload the archive from http://pypi.python.org/pypi/pyserial. Unpack the archive, enter the ...
分类:
其他好文 时间:
2014-09-04 14:35:39
阅读次数:
181
温度传感器+I2C+串口+PC上位机(pyserial)例子 例子写的有点乱,主要是学习: 温度传感器DS18b20,E2PROM,I2C, 串口读写,PC上位机(pyserial)数据显示 SerialPort.py ? ? PC串口上位机程序,可以设定上限报...
分类:
其他好文 时间:
2014-07-26 17:26:52
阅读次数:
655
一、安装1.下载软件包pyserial-2.7.tar.gz 网址:https://pypi.python.org/pypi/pyserial2.8uftp上传至/usr/local/src/目录下3.cd/usr/local/src/4.解压tar -zxvf pyserial-2.7.tar.....
分类:
编程语言 时间:
2014-07-03 06:05:52
阅读次数:
1432
参考:http://programmingadvent.blogspot.hk/2012/12/raspberry-pi-uart-with-pyserial.htmlRaspberry Pi UART with PySerialOS:Occidentalis v0.2Hardware:Raspbe...
分类:
Web程序 时间:
2014-07-01 10:12:40
阅读次数:
826