Why does SEROUT (......) has to be followed by INPUT?
John Burrow
Posts: 27
I have 3 Stamps all using the same connection to send output to a shared serial device - 19K2i, 8, None, 1
The first Stamp to transmit always gets it's message through. But subsequent messages from other Stamps do not go through.
I found that placing an INPUT statement, for the SEROUT pin, immediately after every SEROUT statement appears to 'free up' the line so other Stamps can use it.
Can anyone explain what the INPUT statement is accomplishing?
John Burrow
San Diego
The first Stamp to transmit always gets it's message through. But subsequent messages from other Stamps do not go through.
I found that placing an INPUT statement, for the SEROUT pin, immediately after every SEROUT statement appears to 'free up' the line so other Stamps can use it.
Can anyone explain what the INPUT statement is accomplishing?
John Burrow
San Diego
Comments
-Phil
If I add a 4.7K pull up, could I remove the INPUT statements?
John
-Phil