how many errors are allowed in the 12 hours test for the serial port
Or at least none I am aware of.
Ethernet, Wifi, USB, TCP/IP etc... all expect to get transmission errors as well. But they all have more robust methods of detecting and correcting errors (usually data transmission). The serial port doesn't.
So you might need to make your own decision about what error rate is acceptable. In my opinion a few errors per hour would be OK. But it depends on the application you are using the machines for. e.g. Medical equipment using serial ports should have a much higher standard (and should run some type of error correcting protocol).
Obviously the higher the transfer speed the more likely it is you will see an error.
Leave a comment: