Calculon is thinking about jumping onto the Arduino bandwagon, but he has a question or two about serial communication:
- Can an Arduino talk to a picaxe via serial? Calculon understands that picaxe signals are inverted, while Arduino's are "non-inverted"(whatever that is). Is there a way to reconcile this difference? An inverter or something?
- Do the Arduino boards such as the Duicimillanovaililuanne have outpins that can be used for serial communication?
CaptainTuna says that if you use a picaxe, you can choose to have either inverted signals or true signals, so no need for an inverter. (specified by the letter N or T before the baudrate, in the serout/serin command)
CaptainTuna doesn’t like the fact that Calculon can’t spell the name of arduino boards since they are in italian, which is CaptainTuna’s mother tongue.
And CaptainObvious says you could also take a look at the NewSoftSerial library for the Arduino if you need faster speeds on your pins.
The commands are almost exactly the same as the SoftwareSerial library, but you’re able to communicate quicker! But C O agrees with everyone else, the communication between the two should be fairly easy!
Or you could get the Mega and you have 4 seperate hardware serial capable pins! And well… you could turn the like 942 digital pins into Software serial connections as well ( work the same as hardware, for the most part, just done in software ) !
If you are looking for an expensive and easy to use MCU, then I would go with the Arduino (not going to try to spell the board type this early in the morning). It uses C, which is easy to understand and implement. If you already have a body for your bot, you can drop in the Arduino and start coding. It took me less than 20 mins to code and debug the control routines for the 293D chip. and bumper switches for my bot. There are tons of libraries on the arduino.cc site to get ideas and such from as well. It’s mega supported.