首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > unity-arduino-serial-connection

unity-arduino-serial-connection

资 源 简 介

Project: unity-arduino with serial connection This project uses Unity (which uses C# and JavaScript scripting), the Arduino (processing) and/or SerialProxy to connect the Arduino to Unity. Thus allowing custom hardware to be linked to Unity (in real-time). The link is established in Windows using the Mono implementation of System.IO.Ports. For Mac/OSX users, I"ve made an implementation that uses SerialProxy because direct serial connection doesn"t work on the mac. The problem is, though, that the SerialProxy implementation doesn"t seem to work either. Check out the Mac\_OSX\_problems Wiki for more documentation about this. To sum it up, we have 2 kind of connections: * Windows/PC: * Arduino -> Unity. Mac/OSX: Arduino -> SerialProxy -> Unity. (doesn"t work yet) To get the connections working, Use one of these guides: English guide: *

文 件 列 表

Arduino-Unity_sketch.pde
VIP VIP
0.192140s