X-Git-Url: http://git.megacz.com/?p=slipway.git;a=blobdiff_plain;f=src%2Fcom%2Fftdi%2Fusb%2FFtdiUart.java;h=289f92e909df983525713396d4c77ad73e43420e;hp=0990079da37307b3d1487418ced466db06de56fa;hb=5a91bf9a6e633c2ee544aa414ed54702b409883f;hpb=9a7a9669220d67001f3f66bea96343ffbd8bdba7 diff --git a/src/com/ftdi/usb/FtdiUart.java b/src/com/ftdi/usb/FtdiUart.java index 0990079..289f92e 100644 --- a/src/com/ftdi/usb/FtdiUart.java +++ b/src/com/ftdi/usb/FtdiUart.java @@ -7,8 +7,6 @@ import java.io.*; * Note: blocking reads are currently implemented by busy-waiting. * This is really ugly. Check the linux kernel source to see how to * get libftdi to do it properly. - * - * Flow control is also not properly supported. */ public class FtdiUart {