Hi,
I'm using Raspberry 2 B and I have to control n.3 devices by using RS232, but Pi only has one RS232 via GPIO.
Could you possibly tell me the best way to do this (possibly industrial grade)?
Thank you in advance.
Regards
What are n.3 devices? Give a linkrleonardi wrote:Hi,
I'm using Raspberry 2 B and I have to control n.3 devices by using RS232, but Pi only has one RS232 via GPIO.
Could you possibly tell me the best way to do this (possibly industrial grade)?
Thank you in advance.
Regards
First'os: Pi is not for industry, it's not reliable like specially designed SBC for industrial applications, nor it have any fool-proof connectors, interfaces, chassis.rleonardi wrote:Hi,
I'm using Raspberry 2 B and I have to control n.3 devices by using RS232, but Pi only has one RS232 via GPIO.
Could you possibly tell me the best way to do this (possibly industrial grade)?
Thank you in advance.
Regards
IMHO Pi's reliability is good enoughsaper_2 wrote:Pi is not for industry, it's not reliable like specially designed SBC for industrial applications
There are a lot of connectives. You could store data on some server in local network, remote server, cloud service and so on. You could connect NOR flash via SPI.Second'os: In industrial SBC you have much more reliable memory (that can works for years) than RPi (SD card can work up to 6-15 months - depends on card)...
I've been comparing Pi to industrial grade SBCedo1 wrote:IMHO Pi's reliability is good enough
There are a lot of connectives. You could store data on some server in local network, remote server, cloud service and so on. You could connect NOR flash via SPI.
I hope SD card could work for a while in readonly mode.