DrBwts
DrBwts
Just ran the `Simple.ino` code and get, `Requesting temperatures...DONE` `Error: Could not read temperature data`
Sorry for the delay, been on holiday. Q1: It's all on a breadboard at the moment so no wires longer than 5cm Q2: QtPy, PC & monitor are the only...
@rhkarls I set up the environment as outlined, opened Spyder & selected the interepreter of that environment & got, ``` SpyderKernelApp] ERROR | Failed to load connection file: 'C:\\Users\\Nic' Traceback...
OK thanks for the help.
Just to confirm that this is the issue. When set up with user accounts with no white space Spyder works as expected.
Hi @YuanYuYuan Added the loggers but not sure where the data is logged to? When using explicitly defined peers the pub & sub scripts work as expected.
All the commands return the exception. When I put them in a `try: .. except: ...` they all do their jobs except the change frequency method that does nothing.
>>j.DEBUG_readregister(0, 0) b':r00=15.\r\n >>j.DEBUG_writeregister(0, 100) b':ok\r\n >>j.DEBUG_readregister(0, 0) b':r00=15.\r\n
You will have to provide a lot more information than that.
Your code, full error traceback, info on the machine you're running on, etc... A segmentation fault is a memory/resource allocation issue, as such can have a number of causes. You'd...