> On Fri, 2005-07-15 at 17:50, Greg Freemyer wrote: > > Are you looking for something like the keyspan usb to serial converter: > > > > http://www.keyspan.com/products/usb/USA19HS/ > > > > I'm invoolved in a project where we bought several hundred of those. > > We found it the best value for money product on the market. > > > > We needed them because we were connecting to a satellite network that > > used serial connections and the laptops we were using did not have a > > serial connection. > > > > I'm not part of the hardware support group for the project, but I have > > not heard of any keyspan failures in the 6 months we have been > > deploying them. > > > > FYI: Our project was NOT linux based, so I don't know what the quality > > of Linux driver would be, but I believe this generic type of device is > > supported by the vanilla kernel. > > > > Greg > > On 18 Jul 2005 11:43:43 +0530, Anurag Verma wrote: > Hi > very ery Thanks for ur info. > but we are thinking of purchasing a embedded device and insert some > intelligence using RT Linux. > Tell me if u know any processors that does these kind of things. > Thanks and Regards > Anurag Verma Anurag, I was not invovlved in the programming, but on that same project we needed to get serial info from a Barcode Scanner converted to USB. We used a PIC chip. I'm not sure which one we used, but 6 are listed at: http://www.microchip.com/ParamChartSearch/chart.aspx?branchID=111&mid=10&lang=en&pageId=74 The PIC16C765 looks to have a low-speed USB interface and a serial interface(USART), so that is the cheapest PIC chip that satisfies your I/O needs. You will notice that even the most expensive PIC18F4550, only has 32K of ROM and 2K or RAM, so running Linux on something this small is out of the question. I assume using PIC chips requires assembly language programming. Hope That Helps. Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/