Connecting BS2 using simple Serial Communication
qummy
Posts: 16
refering to nuts and volts column #16.
can i have the complete coding for the two BS2 to communicate with each other.
one as transmitter and another as the receiver.
thank you very much.
can i have the complete coding for the two BS2 to communicate with each other.
one as transmitter and another as the receiver.
thank you very much.
Comments
A request has been made to have that corrected. The appropriate files should be available within the next 24 hours. Thanks for reporting the error!
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
but it doesnt seem to work. what i did was, i run receiver and sender program on two different PCs and connected the circuit as shown.is this correct? please help. i'm a beginner.
How did you connect the two PC's together? You need to use a null modem cable, or wire them as a null modem cable is wired, as follows, at minimum:
Tx ===========> Rx
Rx ===========> Tx
Ground =====> Ground
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
If you're asking if full duples is possible, the answer is no. The PBASIC Stamps only support half duplex transmission. This is due to a software UART rather than a hardware UART.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Post Edited (Bruce Bates) : 3/7/2006 7:43:01 AM GMT