Author

Topic: [SOLVED] 5 BTC - Noisy ttyUSB0 line? (Read 1519 times)

donator
Activity: 1055
Merit: 1020
May 21, 2012, 10:42:37 PM
#4
This thread solved my problem as well.  I was using the generic USB drivers.  I switched to ftdi_sio and it solved it!

Thanks!
hero member
Activity: 504
Merit: 500
FPGA Mining LLC
May 15, 2012, 06:27:53 PM
#3
Thank you! Smiley
hero member
Activity: 504
Merit: 500
FPGA Mining LLC
May 04, 2012, 07:23:05 PM
#2
Seems like you are using the wrong kernel module for that device. Probably some generic usbserial thing instead of ftdi_sio.
The FTDI chip used in the BFL prepends two status bytes to the actual serial port data before transmitting them via USB, which result in that "2`" pattern. A correctly-working driver will interpret these bytes internally and filter them out from the data stream before passing it to the TTY.
newbie
Activity: 30
Merit: 0
April 13, 2012, 10:21:39 PM
#1
SOLVED!
Jump to: