I'm still pissed, and BigWumpus is an perfect example why:

Originally Posted by
BigWumpus
The sender works to fast! He sends maybe the lowbyte of the word "dat" followed by "kk".
in this case "dat" is the boudrate. i tried every single boudrate between 16000 and 20000 because i thought there may be a timing problem. (it didn't work)

Originally Posted by
BigWumpus
wrong order ?
Then the LED is 10ms on.
I WISH IT WAS ON because then it would have received a "k" and it would have PASSED the serin2 code. like i said before many times IT NEVER BLINKS.

Originally Posted by
BigWumpus
Using software-UART paused by blinking and waiting needs a very slow sender with pauses between the characters.
I also tried the code
Code:
serIn2 S_in ,16780,[wait("k")]
on my pic in combination with
Code:
do
SEROUT 10,16780, ["k"]
pause 1000
loop
on my stamp. i think that 1 second between the characters may be enough. (i also said this before) if i switch the codes (with a few little changes) from pic to stamp and otherwise THEN my stamp will pass the serin code if my pic sends a "k" and blink. WHY doesn't the stamp --> pic version work?
PLEASE read my post before you reply and say i'm stupid. This is a little part of my LPS project that WON the school price with over 300 students that also made projects, i'm also nominated for the National price. so i'm not stupid BUT i don't have any teachers or other people that can help me with problems like this and this is my FIRST project with picbasic EVER so i may not know some very basic things (like internal pullups). Just keep that in mind before you post...
Bookmarks