Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me,
I've been approached frustrated
how to serial communication arduino uno with unity web player? can i see an example of the source code?
Posted

1 solution

The only direct way to communicate with an Arduino is via serial communication.

for Arduino see:
Serial[^]
an example:
Serial example[^]

on computer side (.net):
SerialPort[^]

There are some other ways using Arduino shields:
Ethernet shield[^]
or
Wifi shield[^]

You can find code samples on those pages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900