Search found 10 matches
- Sun Apr 12, 2009 9:08 pm
- Forum: General
- Topic: DI-194RS plug-in
- Replies: 0
- Views: 12098
DI-194RS plug-in
I've attached the dll and the source code for the $25 DATAQ 194rs data acquisition module ( http://www.dataq.com/194.htm ). The module contains four analog/digital conversion channels and three digital inputs. The plug-in reads all the channels, but I did not bother displaying data from digital chan...
- Fri Jan 16, 2009 8:15 am
- Forum: Bug Reports
- Topic: DS10a low battery notification
- Replies: 0
- Views: 12513
DS10a low battery notification
Hi, Apparently, HouseBot does not decode the low battery status with X10 DS10a door open/close sensors. Here's a W800RF32 interface trace for the normal case: "1/15/2009","7:16:27 am","W800RF32","Debug","W800 received raw data [3f 30 04 fb]." "1...
- Mon Jan 12, 2009 11:24 am
- Forum: Bug Reports
- Topic: V3.30 stability
- Replies: 10
- Views: 4619
Re: V3.30 stability
Scott, The suggestion to disable the disk on-board write cache is a good one, but folks probably should be aware of severe performance consequences. As I posted elsewhere: "On my laptop, with WCE (write cache enabled) I get 20MB/s throughput for 64K OS-cache-bypass writes; without WCE I get onl...
- Thu Jan 08, 2009 8:42 pm
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
Re: TEMPER USB thermometer
Mark, Interesting ... The device is "rated" at -20C which is -4F so it should work around 32F, but I guess it does not. I wonder how you connect the device to your computer. Is your PC located outdoors ;) ? I thought about measuring the outside temperature with wireless temperature sensors...
- Thu Jan 08, 2009 7:06 pm
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
Re: TEMPER USB thermometer
Here's the dll with read-only Temperature -- posted to a wrong thread first time
- Thu Jan 08, 2009 7:02 pm
- Forum: Plugin Development
- Topic: Property readonly
- Replies: 11
- Views: 23167
Re: Property readonly
I've attached a dll with the read-only Temperature property (ioInputOnly). I believe the device has to be recreated for ioInputOnly (should it not be rather called ioOutputOnly ?) to take effect.
- Thu Jan 08, 2009 4:24 pm
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
Re: TEMPER USB thermometer
I've attached the modified piece of code and the DLL.
It works with < 10 COMxx ports.
It works with < 10 COMxx ports.
- Thu Jan 08, 2009 3:39 pm
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
Re: TEMPER USB thermometer
OK, I think the problem is caused by naming: http://support.microsoft.com/kb/q115831 If you want to specify a COM port name higher than COM9, the "correct" syntax is: "\\\\.\\COM20" I'll modify the code and see if it still works with lower port numbers. I cannot force my laptop t...
- Thu Jan 08, 2009 2:15 pm
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
Re: TEMPER USB thermometer
Hi, Error 2, as any other possible error, is just a MS standard system error. '2' means that the the 'file' or rather the com port does not exist ( http://msdn.microsoft.com/en-us/library/ms681382(VS.85).aspx ). Did you change the default 'COM4' to to 'COM 20' ? You can do that with the device runni...
- Thu Jan 08, 2009 10:39 am
- Forum: General
- Topic: TEMPER USB thermometer
- Replies: 12
- Views: 5811
TEMPER USB thermometer
Hi, I've created a simple plug-in that can read this ( http://www.funponsel.com/blog/archives/2007/10/01/temper-usb-thermometer-for-laboratorians/) inexpensive (~ $10 on e-bay) USB thermometer. The plug-in can be compiled using VS 2008 Express. I had to make minor changes to the SDK Device.cpp (cast...