SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
User avatar
By FartingMonkey92
#59634
Erm, if you need assembly instructions, you shouldn't be splicing mains voltage cables... :shock:
By corvette123
#59838
if you have trouble assembling, we have one already assembled, with software too.

no code writing.

stop on by.
By njoldersma
#59840
I guess I should ask a more specific question.

What can I expect to see on the serial port? What baud rate is it? How many parity bits? etc?
User avatar
By FartingMonkey92
#59855
njoldersma wrote:"What can I expect to see on the serial port? What baud rate is it? How many parity bits? etc?"
If you are asking about SparkFun's board - see this page. You can open the "Example control code" ZIP file
and open "ToasterControl-v021.C" in Internet Explorer (if you use that), and we can easily see that the
Baud rate is 9600. SparkFun's projects also tend to use 8 Data bits, no Parity and 1 Stop bit...
(pretty much their default config)
By njoldersma
#59875
Thank you, that is helpfull.