Open GoogleCodeExporter opened 8 years ago
/dev/ttyS to /dev/ttyACM rather... :P
Original comment by oswin...@gmail.com
on 4 Jan 2012 at 8:44
Have you added you apache user to your serial group. I think for ubuntu it is
the User: www-data and Group: dailout. If so "sudo adduser www-data dialout"
may help or removing the permissions on /dev/ttyACM0 "sudo chmod 777
/dev/ttyACM0"
Original comment by mawmil...@gmail.com
on 19 Jan 2012 at 11:03
Having a similar issue on Windows. The Arduino is getting only some of the
characters being sent my the PHP code. I'm just trying to send "Hello World "
and instead receive "Helloorl". I thought maybe the baudrate of 19200 was too
high, so I knocked it down to 9600 with no change. I'm using the example code
but removed the line to read from the device as my communication is only
one-way.
I'm running PHP from the command line, so Apache isn't at play at all right now.
Original comment by rdunajew...@gmail.com
on 25 Mar 2012 at 11:10
Original issue reported on code.google.com by
oswin...@gmail.com
on 4 Jan 2012 at 8:33