2013-02-27 3 views

답변

0

예는 당신은 예를 들어 아두 이노 채팅 서버를 만들 수 있습니다 : http://arduino.cc/en/Tutorial/ChatServer 를 그리고 이와 같은 처리 클라이언트 생성 : http://processing.org/reference/libraries/net/Client_write_.html

은 당연히 변경할 필요를
myClient = new Client(this, "127.0.0.1", 10002);
-

myClient = new Client(this, "IP of Arduino", 23);

h arduin에 대한 telnet 세션 arduino에서 돌아 오는 성향의 스크립트에서 출력을 볼 수 있습니다.

관련 문제