??? 10/29/09 13:50 Read: times |
#170183 - serial communication Responding to: ???'s previous message |
I use two development boards AduC812 from Phytec. Both boards collect the data of two temperature sensors via analog/digital converter. This works without any problems.
http://www.phytec.com/products/...uC8xx.html Because of missing hardware components (only one COM port)the analog/digital converted signals of these two boards must be transmitted via one rs232 cable to the personal computer. My question is how to built a daisy-chained rs232 cable. The answer is: parallel RX and TX. That's no problem, as Richard said. But if it runs, there is garbage coming out. If i use a different time base of sending signals, there is garbage too. So how to implement a µvision2 c# code that there is no garbage coming out? |