본문 바로가기
블렌더

Blender에서 pySerial 사용하기

by 아리꽃천사 2014. 5. 16.

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/


댓글