0

USB Serial Problem: I have a 1500000 baud 8N1 serial that works perfectly on any Windows terminal I run, E.G. Putty, TeraTerm...but when I boot into any Ubuntu, I get garbage on any terminal I use, E.G. cutecom, kermit, picocom. With picocom, I have tested every baud rate, all 5,6,7,8 data sizes, odd even and none parity. I have also tried it on several other Linux machines and none of them work, but on windowz there is no problem. Any ideas?

1 Answers1

0

Your USB-to-serial adapter type may simply be unsupported by Linux. There are some that work properly only under Windows. If you want to use any external device under Linux, you should make sure it is compatible. –

David
  • 2,101
  • 13
  • 16
  • 25