![]() ![]() |
hi! i have connected two pic16f887 controllers to a pc via serial cable. i want the data sent by both the controllers to appear on the screen but what i'm getting is that when one controller sends data the other doesn't. maybe there is some programming error.
plz help me through this. i'm making a quiz game system where both the controllers can send the data anytime and i want to read the data sent by both controllers with their corresponding time taken. The two controllers are being used to reply to the question by transmitting a character. i also want to note the time taken by each user at controller end. plz notice that i've to use only rs232.
plz reply!!!
plz help me through this. i'm making a quiz game system where both the controllers can send the data anytime and i want to read the data sent by both controllers with their corresponding time taken. The two controllers are being used to reply to the question by transmitting a character. i also want to note the time taken by each user at controller end. plz notice that i've to use only rs232.
plz reply!!!
![]() ![]() |
The problem is that you're using RS-232, which can not handle 3 devices. RS-232 is, by definition, a point-to-point communications link for only two devices.
Should both your processors attempt to transmit simultaneously, the PC's receive line will have garbage bits on it.
Should both your processors attempt to transmit simultaneously, the PC's receive line will have garbage bits on it.
Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2013 Nerds in Control, LLC. All rights reserved.
Users of this site are benefiting from open source technologies, including PHP, MySQL and Apache. Be happy.
Fortune
Checkuary, n.:
The thirteenth month of the year. Begins New Year's Day and
ends when a person stops absentmindedly writing the old year on his
checks.







on 18 August, 2012 - 3:59 pm
