RE: Uart from Pic to Rabbit
"Fournier, Peter" <pfournier-P4RXiKWKZulWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Jesus, Option 1: On the PIC, look for a setting called "idle state for transmit". Change it to low. As long as it is high the Rabbit serial port thinks it is getting a start bit Option 2: On the rabbit you MIGHT be able to set the receiver to look for a rising edge instead of a level. -Pete F ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Jesus Manuel Conejo Sarabia Sent: Thursday, October 31, 2013 4:50 PM To: [email protected] Subject: [rabbit-semi] Uart from Pic to Rabbit Hi, I'm trying to send some bytes from a Microchip Pic to a Rabbit2000 via UART with TTL levels. What I get in Rabbit is that bytes but also continuously I get the 0xFF byte. The TTL level from PIC's TX pin is OK (5V in idle time), what's wrong? Any hint? Thanks! Jesus