hi all,
I m working in project that using two communication UART RS232.
my question is : Can i use two usb RS232 adapter in the same Rpi? /dev/ttyUSB0, /dev/ttyUSB1?
and if yes, the two UART have the same Rx buffer?
Best regards

Yes, exactly that. You may need to look into udev rules to ensure they always enumerate to the same designation as there is no inherent guarantee of that with identical USB devices.Hmissa wrote:hi all,
I m working in project that using two communication UART RS232.
my question is : Can i use two usb RS232 adapter in the same Rpi? /dev/ttyUSB0, /dev/ttyUSB1?
No, they'll be treated as totally independent, each with their own control setup and buffers.Hmissa wrote:and if yes, the two UART have the same Rx buffer?
Do you know the difference between DTE and DCE ? (Hint: use google to search for rs232 using these terms)Steveng42 wrote:I would be happy if I could get even one RS232 device to pass data to my Raspberry Pi3. The RS232 lines are showing good level signals and also on the Raspberry Pi side of the MAX3232 Breakout board. Could you post the image you use.