Two way Ethernet socket communication Arduino
Posted: 10:18, 12 May 2014
Hej.
We are using your sample code "Arduino LED On/Off TCP" from Evothings in our Cat Laser Turret Project
https://github.com/johnjun/DM2518-Project/
I was wondering if you have some suggestions on:
1. How to make the Arduino reply over the socket instead of Serial port. Got examples?
2. Use websockets instead of chrome Sockets so that the app works in all browsers.
Feel free to have a look at our repository. We're using these files for the communication between js and Arduino:
DM2518-Project / js / model / arduino.js + model.js
DM2518-Project / arduinoSketch / 20140510 / 20140510.ino (filename might change later on)
We are using your sample code "Arduino LED On/Off TCP" from Evothings in our Cat Laser Turret Project
https://github.com/johnjun/DM2518-Project/
I was wondering if you have some suggestions on:
1. How to make the Arduino reply over the socket instead of Serial port. Got examples?
2. Use websockets instead of chrome Sockets so that the app works in all browsers.
Feel free to have a look at our repository. We're using these files for the communication between js and Arduino:
DM2518-Project / js / model / arduino.js + model.js
DM2518-Project / arduinoSketch / 20140510 / 20140510.ino (filename might change later on)