Re: [Owfs-developers] LinkUSB with libftdi [was: Issue with LinkUSB dropping + baudrate test]

2014-06-11 Thread Johan Ström
Quick report: I have successfully implemented libftdi support in owfs now, it works but a few things to polish up, such as retry handling etc. A question regarding LinkUSB: have you gotten the "BREAK" functionality to work? From the manual: -- Key , (comma) - Switches the device to the 19,200

Re: [Owfs-developers] 1-wire communications information

2014-06-11 Thread Paul Alfille
I think differences between the 2 ARM platforms are at a lower level than owfs. owfs basically uses the kernel-supplied i2c drivers for DS2482-X communication. My guess is that one platform is using a dedicated i2c port, and the other is using bit-banging GPIO support. Paul Alfille On Wed, Jun 11

Re: [Owfs-developers] patch: refactoring of src/man

2014-06-11 Thread Jan Kandziora
Am 11.06.2014 13:04, schrieb Paul Alfille: > > Also, in the documentation about systemd, there was a long passage about > how the daemonizing should be done external to the program -- is that still > the recommended policy? I guess the early testing could help there. > Yeah, that's one of the key

Re: [Owfs-developers] patch: refactoring of src/man

2014-06-11 Thread Paul Alfille
Ok, I started a branch called systemd with the two files sd-daemon.c and sd-daemon.h included. A few things look a little strange -- systemd listen sockets are automatically assigned as file descriptors number 3, 4, 5. I guess we'll have to test systemd very early to make sure no other file descri