From owner-freebsd-stable Sun May 27 18:43:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from krycek.zoominternet.net (krycek.zoominternet.net [63.67.120.9]) by hub.freebsd.org (Postfix) with SMTP id 525A337B423 for ; Sun, 27 May 2001 18:43:10 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 5197 invoked from network); 28 May 2001 01:40:23 -0000 Received: from acs-24-154-36-252.zoominternet.net (HELO cvzoom.net) (24.154.36.252) by krycek.zoominternet.net with SMTP; 28 May 2001 01:40:23 -0000 Message-ID: <3B11AD2B.653C4B3E@cvzoom.net> Date: Sun, 27 May 2001 21:43:07 -0400 From: Donn Miller X-Mailer: Mozilla 4.77 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: digital camera References: <20010527203109.B1812@pir.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Radcliffe wrote: > I think you're out of luck unless you want to reverse engineer and > implement the proprietry protocol for your device, since it's not > doing umass. There's a program called "portmon" for Windows that you can use for doing this. It's pretty nice, and it reports on all the syscalls/data going on on every port. (I tried writing my own Windows program to monitor the data on COM1:, but it didn't work, because you can't have more than one program opening the same serial port at the same time. You have to implement a VxD, and that's what portmon does. I also got some BSOD's when I tried running my own program and the camera software at the same time. 8-() To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message