Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

How do I use owfs to read an iButton temperature logger?

I've installed owfs and am trying to read the data off a iButton temperature logger. owfs lets me mount the iButton as a fuse filesystem and I can see all the data. I'm having trouble figuring out ...
4
votes
2answers
283 views

One Wire Problem

I need your qualified help! I'm programing in C++, using a PIC 18F87J50 and trying to connect DS18B20 at my H0 Port! I think my underlying programing is correct so.... the problem I have (think I ...
0
votes
1answer
152 views

Start with C# and got some questions

I'm fresh new to the C# world, I already made a little application in Cocoa/Obj-C for Mac so I've got a little luggage in the coding world. I want to make an app for Windows, using .NET. I'm using ...
0
votes
1answer
119 views

Creating a building management system. How to organize networking? Evaluate my design!

I'm designing a small BMS-like(building management system) software product. At this point my goal is to make something more like a building monitoring system. Basically what i have here is: A ...
0
votes
2answers
347 views

1wire problem in detail

I have defined these functions below, and when I ask Device_ID function for example of the family code, I only get FF (should be 28), acctually I get both the family code, 48-bit serial, and the crc 8 ...