ArduinoGeneral

QuadRAM and DfrRoobot mega 2560

userHead noiz354 2012-09-06 16:49:33 2709 Views2 Replies
below the image is the list of problem i faced ?

[URL=http://imageshack.us/photo/my-images/685/tanyaquadram.jpg/][img][/URL]

Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]

i use the sample code form [url=http://ruggedcircuits.com/html/quadram.html]http://ruggedcircuits.com/html/quadram.html
[/url]
thnx for your help
2012-09-07 08:19:04 Hi,


Ok, for the junk showing up in the serial monitor please check the Baudrate which the Serial port is being initiated with. [Serial.begin(9600);]  something like this...Then make sure the Baudrate in the Arduino Serial monitor matches this baudrate (can be found in bottom right of serial monitor).


All libraries should be placed in a folder with the same name as the library and that folder should be placed in the Arduino\libraries folder.


I'm confused by your post. Please provide more details. Were you successful in uploading the sketch? Why do you post an upload error and then a serial monitor error?
userHeadPic Hector
2012-09-06 22:09:53 Have you tried simple sketch such as blink skectch, if that is successful which means the mega is working properly.  And then try to remove the RAM shield, and uploading code sucessfully, plug the shield.  userHeadPic R2D2C3PO