Error in loading Emu327

Inquiry and support for Freematics products
Post Reply
Chitraveer Akhil
Posts: 1
Joined: Thu Jan 05, 2017 11:24 pm

Error in loading Emu327

Post by Chitraveer Akhil »

Tried to upload the emu327.ino(https://github.com/stanleyhuangyc/Freem ... emu327.ino) on the free one device but I got this error

/*****************************************

Arduino: 1.8.0 (Linux), Board: "Arduino/Genuino Uno"
/home/e0000081/Arduino/Learned/L1/L1.ino: In function 'void loop()':
/home/e0000081/Arduino/Learned/L1/L1.ino:88:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
sendData("$OBDATGRD\r", 10);
^
Sketch uses 2994 bytes (9%) of program storage space. Maximum is 32256 bytes.
Global variables use 1341 bytes (65%) of dynamic memory, leaving 707 bytes for local variables. Maximum is 2048 bytes.
avrdude: ser_open(): can't open device "/dev/ttyUSB0": Permission denied
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
*******************************************/

How can I fix this??
Post Reply