Hello Everyone,
I have just bought the 7 segment serial display from sparkfun. 7-Segment Serial Display - Yellow - COM-09764 - SparkFun Electronics I wanted to use serial communication to control this. I have seen examples using the software serial library in Arduino 1.0, but I would prefer greatly to just use Serial.print (or write, I don't know which one) to control this. Here is the current code.
Looks like you had an unintended character sent out, causing the data to look like its wrapped around.
Maybe send out some 0's in void setup to start, then send your 4 bytes.
I saw both your comments the other day. Someone commented further down that it might be because they are using PWM and they thought they could get away with it. I haven't looked at the source code to see if this even makes sense.
Sacman:
I saw both your comments the other day. Someone commented further down that it might be because they are using PWM and they thought they could get away with it. I haven't looked at the source code to see if this even makes sense.
I just looked again after you mentioned this other comment that said someone explained it here:
but there's no explanation. Maybe someone removed it.
For sure "Using PWM" or "running very low duty cycle" are not magic words to ward off damage due to over current.