sending data from bs2 to bs2
nico
Posts: 28
hi,
Let's say I have 4 bs2. These bs2 are programmed to read data from the sensors. I need to display these data in all·the bs2·in my computer.·However by doing so I need·4 serial ports.·Any1 has any solutions that need only 1 serial ports to receive·data from all the 4 bs2 ?·
Let's say I have 4 bs2. These bs2 are programmed to read data from the sensors. I need to display these data in all·the bs2·in my computer.·However by doing so I need·4 serial ports.·Any1 has any solutions that need only 1 serial ports to receive·data from all the 4 bs2 ?·
Comments
Post Edited (Mike Green) : 8/27/2009 4:48:01 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike2545
This message sent to you on 100% recycled electrons.
A "conversation" might look like this:
PC: "1"
Stamp1: [noparse][[/noparse]Data]
PC: "2"
Stamp2: [noparse][[/noparse]Data]
PC: "3"
Stamp3: [noparse][[/noparse]Data]
PC: "4"
Stamp4: [noparse][[/noparse]Data]
PC: "1"
Stamp1:
PC: "1"
Stamp1:
<PC indicates Stamp1 is not responding>
PC: "2"
Stamp2: [noparse][[/noparse]Data]
etc.
You may need some type of interface chips if you are using the RS232 standard. RS232 was designed for one-on-one communication. While more units can be used, it is NOT recommended.
--Rich