The problem is in the Idle mode of your pin before using the first SEROUT. Have a look at it before and after. You'll void the problem by setting your idele mode at the same level.
The problem is in the Idle mode of your pin before using the first SEROUT. Have a look at it before and after. You'll void the problem by setting your idele mode at the same level.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
for interests, fixed the problem by :
init : high tx1 ' avoid idle mode
main : serout tx1, t9600, [sendbyte]
Bookmarks