Re: Confused about synchronous communications




"Rich Grise" <rich@xxxxxxxxxxx> wrote in message
news:pan.2007.09.21.18.38.32.435370@xxxxxxxxxxxxxx
On Fri, 21 Sep 2007 16:46:53 +0000, Jon Slaughter wrote:

For your i2c communication it seems like you don't you any interrupts or
polling? If thats the case then I shouldn't have any problem. Although
I'm reading up on kernel mode drivers in windows at the moment I really
don't want to go that route if I don't have too.

You could go to a garage sale, pick up a used PC for $10.00, and run
DOS on it and bit-bang to your heart's content. :-)


Yeah... I thought about that plenty of times when I fucking with windows and
trying to get around many of its problems. But windows is nice and I'm not
sure I want to go back to dos ;/ Although its much easier I really like the
gui that windows provides and all the nice features of .NET. .NET is quite
amazing and just sucks for specific stuff like this but if I can get
something working in it then I shouldn't have any problems.

What I think I'm going to end up doing is writing the low level stuff in
unmanaged C++ and then write the gui in C#.

Thanks,
Jon


.