Welcome! Log In Create A New Profile

Advanced

Reprap motherboard communication-ascii or unicode?

Posted by vaurnperumal 
Reprap motherboard communication-ascii or unicode?
July 16, 2010 02:12PM
HI all,

I am writing a custom processing sketch to control the reprap motherboard with the mendel firmware on it . Could somebody please tell me whether the serial communication is ascii or is it unicode and where i can read up more about this.

I made a processing sketch which prints out the gcode as a string to the serial port, but the motherboard does not seem to be doing anything after receiving the commands.

If I use the arduino serial terminal to send the gcode commands the machine does not do anything but if i use the osx serial terminal (screen) the machine is correctly interpreting the gcode and executing it. What could be the problem here?
Is it related to ascii or unicode serial communication? Please help.

Thanks in advance,
Varun
Re: Reprap motherboard communication-ascii or unicode?
July 16, 2010 04:39PM
It's ASCII, but the difference is the Arduino serial monitor doesn't send CR/LF characters at the end of the line. Add those in and you should be fine!

Wade
Re: Reprap motherboard communication-ascii or unicode?
July 20, 2010 04:28PM
Hi Wade,

Thank you very much for the response.... it all works now. smiling smiley

Varun
Sorry, only registered users may post in this forum.

Click here to login