PDA

View Full Version : Serial output only works every other time instead of every time



tmorgan4
- 3rd December 2012, 19:00
I've got a relatively simple issue where my serial out command works just like it should, however it only works every other time. I'm adapting the tetris code posted as an example on this site to work on a 16F887. The 16F887 outputs the current score of the game using a serial signal to a 16F88. It works just like it should but only every other time and I can't find the part of the code that is giving me an issue.

Source4.txt is the code on the 16F887 and motor.txt is the code on the 16F88.

Any advice is greatly appreciated!

67506751