just curious.... CuriousOne.......
how are you looping program ???
For timing critical and ser-in's, interrupts are best for not missing incoming stuff.
So how did you set up your receiver...
Sorry I had a little time to check all suggestions, but if there's a timing issue, I have series of 16 APA102C leds connected to the same 1936, they are driven via SHIFTOUT and everything works...
Published on - 27th May 2010 02:01
Number of Views: 15477
This is an effort to help users understand how the I2C command works by comparing it with SHIFTIN/SHIFTOUT. A serial EEPROM, 24FC1025 will be used in the example.
Published on - 1st May 2010 04:59
Number of Views: 7820
With all of the added benefits or the new forum, a useful feature has been lost. This is the "Today's Post" link that was found in the "Quick Links" drop down. Due to compatibility issues with future updates from vBulletin this link can not be brought back.
But there is a couple of ways to do the same thing using the same amount of mouse clicks once it is set up.
...
Re: Can't reliably transfer over serial connection between two PICs
just curious.... CuriousOne.......
amgen Today, 21:17how are you looping program ???
For timing critical and ser-in's, interrupts are best for not missing incoming stuff.
So how did you set up your receiver...