Sorry about the amount of code I'm posting, but this is what we are dealing with. We are using MPLAB's C30 compiler and a dsPIC30f6014 development board.
Thanks a ton for trying to help us out, we really appreciate it.
Main Program:
#include "p30fxxxx.h"
#include "i2c.h"
int main()
{
unsigned ...
Search found 2 matches
- Wed Oct 25, 2006 10:57 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Baud rate issues
- Replies: 2
- Views: 5885
- Tue Oct 24, 2006 6:07 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Baud rate issues
- Replies: 2
- Views: 5885
Baud rate issues
We think we are having some Baudrate issues with our LCD0821. The manual says it is capable of of 400kbs in I2C mode. Does that mean it comes from the factory set at 400kbs for I2C? All I'm trying to do is contact the device and clear the screen. I'm using a dsPIC 30f series. I want to make sure I'm ...