Stanko Gradev
Stanko Gradev
@christoph2 Thanks for the insight! My current problem is/was, that in case of unplugging/disconnecting, the driver keeps on requesting forever or in case the slave has a malfunctioning xcp driver...
@christoph2 I have another observation, where you can maybe help me and save me a lot of debugging time. The xcp master is hanging when I try result = master.connect()...
thanks, will try it out and give feedback!
@akermu did you manage to use pyxcp as a library? I am having hard times initializing the drivers without the commandline tool. I would like to have more control over...
> @SaxElectronics I suspect it's only a matter of updating the configuration of `Master` from a dictionary to a `Config` object. > > I gave it a shot last week,...
Sure it is possible and I am confident that "I'll figure it out, too"... at some point. The problem is the time spent on it. I thought in 1-2 days...
_Update: finally I made it work!_ 🥳🥳🥳 I am pasting here full working configuration for slcan without using "create_application" for anyone interested. ``` from pyxcp.config import PyXCP, General, Transport def...
Hi guys, I have a small but important update for you, perhaps usefull for some of you. I have been testing my scripts with direct configuration and also observed an...
@fross @akermu if you are interested in the examples there are added here in my fork: https://github.com/SaxElectronics/pyxcp/tree/master/pyxcp/examples I can try to bring them in the upstream/master if @christoph2 wants them.