From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vovan Date: Sat, 25 Mar 2006 21:57:19 +0200 Subject: [U-Boot-Users] Usbtty with Windows problem Message-ID: <1986073572.20060325215719@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 OMAP310 based board and I need to get u-boot usbtty console work with Windows. In linux it works fine, but with windows driver (usbser.sys) it hangs when sending from u-boot to host big 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. I tried to make uboot look like ACM modem, (added acm class desctiptors to USB configuration) but it didn`t help. -- Best regards, Vovan mailto:vovan888 at gmail.com