Re: [Owfs-developers] Function OW_w_mem in OW_set_resolution not entered

2017-01-29 Thread Jan Kandziora
Am 26.01.2017 um 19:14 schrieb Ritchie: > > I also add debug code in the OW_w_mem() function to see the problem. > Here the function : > > //write bytes[size] is now common for normal and eeprom > static GOOD_OR_BAD OW_w_mem(BYTE * data, size_t size, off_t offset, > struct parsedname * pn) > {

[Owfs-developers] Function OW_w_mem in OW_set_resolution not entered

2017-01-26 Thread Ritchie
Hello all, I am trying to debug the communication to the DS2450. I found a problem of my communication within the "OW_set_resolution" function in the ow_DS2450.c Module. I add "printf" functions to see where the program does something. Here the modified function: static GOOD_OR_BAD