From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vovan Date: Thu, 16 Mar 2006 00:43:12 +0200 Subject: [U-Boot-Users] USBTTY with Windows problem Message-ID: <1882302717.20060316004312@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello , I work with some OMAP310 based board and I need to get u-boot usbtty console working in windows. In linux it works fine, but with windows driver (usbser.sys) it hangs when sending from u-boot to host amount of data greater than USBTTY_BUFFER_SIZE. When reconnecting again - the rest of data is recieved. Do anybody know where to start ? Usbmon shows that after USBTTY_BUFFER_SIZE data is received to host all the rest usb packets are empty. So console hangs even when typing HELP command in it. -- Best regards, Vovan