Re: [Owfs-developers] DS2431 missing CRC16 read slots, and LinkUSB is now at 1.5

2011-11-30 Thread Nick
Roberto Spadim robe...@spadim.com.br wrote in message news:CABYL=trm5bofn+uoz-zppds9pf7ltdwdw5cdeebulfc2hxa...@mail.gmail.com... uhmm, could you send a serial dump ? or something to explain in bytes what´s happening? Thanks for the quick replies. I think that Eloy confirmed what I was seeing

[Owfs-developers] DS2431 missing CRC16 read slots, and LinkUSB is now at 1.5

2011-11-29 Thread nick
Hi I'm working on a custom 1-wire slave (IR sender for some air con units), and I picked the DS2431 to emulate for exposing a memory mapped interface to the IR sender. The IR sender (already done) and DS2431 code is coming together nicely in a 12F683 at 4MHz. The master is a LinkUSB, which

Re: [Owfs-developers] DS2431 missing CRC16 read slots, and LinkUSB is now at 1.5

2011-11-29 Thread Roberto Spadim
uhmm, could you send a serial dump ? or something to explain in bytes what´s happening? 2011/11/29 nick n...@ioncube.com Hi I'm working on a custom 1-wire slave (IR sender for some air con units), and I picked the DS2431 to emulate for exposing a memory mapped interface to the IR sender.

Re: [Owfs-developers] DS2431 missing CRC16 read slots, and LinkUSB is now at 1.5

2011-11-29 Thread Eloy Paris
Hi Nick, On 11/29/2011 10:19 AM, nick wrote: Hi I'm working on a custom 1-wire slave (IR sender for some air con units), and I picked the DS2431 to emulate for exposing a memory mapped interface to the IR sender. The IR sender (already done) and DS2431 code is coming together nicely in a

RE: [Owfs-developers] DS2431 memory woes, and BUS_send_data()bug...

2005-07-24 Thread Matthew Percival
G'Day, I'll have to look closely at your code, but it sounds like the code for the OMAP is flushing the bus after writing and not reading the bus response to writing. That could not be the case: it never gets up to writing. I have followed the code, and now identified that any

RE: [Owfs-developers] DS2431 memory woes, and BUS_send_data()bug...

2005-07-22 Thread Alfille, Paul H.,M.D.
12:49 AM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data()bug... G'Day, As to the specifics of the function called when catting 2D.serial/memory/, perhaps it is just my misunderstanding, but it seems to me like calling

Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-21 Thread Paul Alfille
On Wednesday 20 July 2005 01:09 am, Matthew Percival wrote: G'Day, I am currently trying to weed out why I still cannot read from my DS2431 device, and in my testing I stumbled across a minor bug in BUS_send_data(). When I `cat 2D.serial/memory', it does not work, so I checked

Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-21 Thread Paul Alfille
On Thursday 21 July 2005 08:55 pm, Matthew Percival wrote: G'Day, When I `cat 2D.serial/memory', it does not work, so I checked `cat statistics/errors/BUS_*' and noticed that BUS_send_data_errors was 1, I may have been looking at the wrong thing with that: that error is probably

Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-21 Thread Matthew Percival
G'Day, As to the specifics of the function called when catting 2D.serial/memory/, perhaps it is just my misunderstanding, but it seems to me like calling BUS_send_data() is not the best thing to do. BUS_send_data(x,3,y) sends three bits, then reads three bits and compares them.

[Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-19 Thread Matthew Percival
G'Day, I am currently trying to weed out why I still cannot read from my DS2431 device, and in my testing I stumbled across a minor bug in BUS_send_data(). When I `cat 2D.serial/memory', it does not work, so I checked `cat statistics/errors/BUS_*' and noticed that

[Owfs-developers] DS2431

2005-07-04 Thread Paul Alfille
Preliminary support for the DS2431 has been added to the CVS. It is based on the DS2433, though the write protocol is slightly different. We support reading and writing. Page locking should be conceptually easy, but not yet included. Paul