Re: Do UART require data structure/format for serial communication?

2011-04-13 Thread VGNU Linux
Actually I am trying to data communication between these 2 chips, but facing troubles in deciding a protocol to do the same. Do UART have any default protocols? For the moment I am trying to do it with Strings but not sure if that's the right solution. Regards, Vivek On Mon, Apr 11, 2011 at

Do UART require data structure/format for serial communication?

2011-04-11 Thread VGNU Linux
Hi All, I have two chips one understands Python and the other embedded C.I have connected both chips using UART serial communication channel, however I have no idea how data communication must be achieved between this 2 chips. As for example send using C chip string Hello Python which python chip

Re: Do UART require data structure/format for serial communication?

2011-04-11 Thread Jean-Michel Pichavant
VGNU Linux wrote: Hi All, I have two chips one understands Python and the other embedded C.I have connected both chips using UART serial communication channel, however I have no idea how data communication must be achieved between this 2 chips. As for example send using C chip string Hello

Re: Do UART require data structure/format for serial communication?

2011-04-11 Thread John Nagle
On 4/11/2011 4:57 AM, Jean-Michel Pichavant wrote: VGNU Linux wrote: Hi All, I have two chips one understands Python and the other embedded C.I have connected both chips using UART serial communication channel, however I have no idea how data communication must be achieved between this 2 chips.