1. 파이썬이 이미 다른 경로에 설치가 되어 있다면(ex C:/python27)
pySerial 설치 파일을 이용해 설치를 진행한다.
블렌더에서 사용하려면 pyserial-2.7.win32_py3k.exe을 설치해야 한다.
2. 블렌더 에디터 창에서
import sys
sys.path.append("C:\Python27\Lib\site-packages")
import serial
arduino = serial.Serial('COM5', 9600)
...
http://www.blender.org/forum/viewtopic.php?t=26484&sid=f68deb37c9c37b4dd36db2a14b17e85f
http://playground.arduino.cc/Interfacing/Python
http://www.instructables.com/id/Interface-Python-and-Arduino-with-pySerial/step3/Program-Idle/
'블렌더' 카테고리의 다른 글
블렌더를 이용한 서보모터 제어 / Blender controls servo motors. (0) | 2014.05.26 |
---|
댓글