Problems with Serin and Serout
Archiver
Posts: 46,084
Hi all,
I am doing a communication between the PC with BS2_1 using 9600 baud
rate and BS2_1 with BS2_2 using 1200 baud rate.
For baud rate 9600, I used .... SERIN 16, $4054, [noparse][[/noparse]DEC Servo]
For baud rate 1200, I used .... SERIN 0, $432D, [noparse][[/noparse]DEC Servo]
However, the communications of at between the two basic stamps is not
communicating.
Can the data that is first sent in using baud rate 9600 from PC be
send out at baud rate 1200 without lossing form?
BS2_1 = first Basic Stamp
BS2_2 = second Basic Stamp
I am doing a communication between the PC with BS2_1 using 9600 baud
rate and BS2_1 with BS2_2 using 1200 baud rate.
For baud rate 9600, I used .... SERIN 16, $4054, [noparse][[/noparse]DEC Servo]
For baud rate 1200, I used .... SERIN 0, $432D, [noparse][[/noparse]DEC Servo]
However, the communications of at between the two basic stamps is not
communicating.
Can the data that is first sent in using baud rate 9600 from PC be
send out at baud rate 1200 without lossing form?
BS2_1 = first Basic Stamp
BS2_2 = second Basic Stamp