wrmhl icon indicating copy to clipboard operation
wrmhl copied to clipboard

(Archived) Simple communication between Unity3D and Arduino - by Maxim xyz.

Results 15 wrmhl issues
Sort by recently updated
recently updated
newest added

Good morning from Spain! We have been using this repository since 2 weeks without any problem, whereas right now we are finding some problems with Unity and TimeOutException. The real...

My system details: ![image](https://user-images.githubusercontent.com/4616207/37694385-08fa2dbc-2c84-11e8-90ed-de536368c843.png) ![image](https://user-images.githubusercontent.com/4616207/37694337-9ef09ba4-2c83-11e8-9cab-58ba0316f4fa.png) Serial monitor shows normal function: ![image](https://user-images.githubusercontent.com/4616207/37694341-aa35e758-2c83-11e8-982d-62530a084891.png) I closed arduino and serial monitor Works for the first couple, but then null: ![image](https://user-images.githubusercontent.com/4616207/37694367-ddd1cc26-2c83-11e8-9e01-93f51a6be9b3.png) The issue is on...

@maxime-coutte @al-haruun I'm trying to get data from more than one sensor. I thought of putting everything on a string by separating the various values with a symbol. It's possible?...

Hello ! First of all, i will explain you what i want to do : I have a plant connected to my arduino, and i have number which explain the...

Hey thats a lot of good work ! But i seriously recommend a proper documentation so that this is friendly to people who are new to Unity as well as...

Hi I am trying to run the Arduino code with my Arduino Uno and it seems that Serial USB is not declared in this scope. I followed the instructions for...

## Description I just made some changes to the documentation for spelling and readability. ## Motivation and Context This just makes the documentation a little easier to understand. ## How...

I can't seem to figure out how to read data sent from Unity to Arduino. I tried the Serial.read() and Serial.readString() but it's not doing what it's supposed to. What...

In the release there is a Prefab called wrmhlReadLatest in the Unity project, but when adding that Prefab to a scene the "associated script can not be loaded". Is that...

IOException: No such file or directory System.IO.Ports.SerialPortStream.ThrowIOException () System.IO.Ports.SerialPortStream..ctor (System.String portName, Int32 baudRate, Int32 dataBits, Parity parity, StopBits stopBits, Boolean dtrEnable, Boolean rtsEnable, Handshake handshake, Int32 readTimeout, Int32 writeTimeout, Int32...