When a script calls termios.tcsetsignals it exits with the following error:
AttributeError: ‘module’ object has no attribute ‘tcsetsignals’
Please help!
When a script calls termios.tcsetsignals it exits with the following error:
AttributeError: ‘module’ object has no attribute ‘tcsetsignals’
Please help!
This won’t exist on a PC - what platform are you using?
[Edit: oh - you are using an LTS. It probably doesn’t have that module either. As I say in my other post you probably need to use TCP to localhost, so you’ll need to edit/change samples such as the GPS demo]