Scott Hanselman

Coding4Fun Hardware Webcast

May 02, 2006 Comment on this post [4] Posted in Coding4Fun
Sponsored By

SmallwebcastUPDATE: The time is Friday at 10AM PST. Blog Readers note, this is a 100 level cast, not a 300 level cast, so set your expectations accordingly.

I'm giving a webcast based on the Coding4Fun Some Assembly Required articles this Friday 10AM PST. You can register for this Live Webcast now.

I'll be talking about how to use the System.IO.Ports namespace in the Microsoft .NET Framework 2.0 as an interface with most devices such as global positioning system (GPS) receivers and LCD screens. Stop by as we discuss the challenges of writing applications that interface with USB devices, the power of Windows Image Acquisition (WIA), and the joys of HTTP.

Should be a nice way to spend lunch. Of course the demos will likely be less impressive since you won't be able to see the hardware, but maybe I'll try to make up for it with photos.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
May 02, 2006 15:16
Would be nice to know, how long this will gonna take. at the details there is just an start time.
and this is level 100? seems to be too easy for me then. is there another good article about the ports? would be nice to make some stuff with my usb cradels.
May 02, 2006 17:30
Any chance we can do a rewrite of the USBWireless Security dongle program you did with Brian? I think it would be interesting to see how much the code-base could be cut down using a pure 2.0 implimentation.

Also. I was one of the poor bastards to get the newer vid_13b7 version of the receiver. I can't seem to keep the FOB recognized. Any thoughts?
May 02, 2006 19:46
Christoph - it'll be level 100 and it'll be one hour long.

Jeremy - Details and line number here: http://www.hanselman.com/blog/NewUSBWirelessSecurityLockSoftwareDoesntWorkWithNewHardware.aspx
May 08, 2006 19:36
Jeremy - I also had your problem. Changing the vid_13b7 fixed the receiver problem, but the fob would only be Present for a Second or two at a time. Fixed it by commenting out line 77 ( duplicate == true ) in the OnDataReceived function of the KeyFobReceiver Class.

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.