So unlike everybody else i dont have a USB Converter to go from USB to Serial Connection, im simply using the connector on the back of an old DELL laptop, (It has no other use to me currently)
It is loaded with Ubuntu Server 16.04 and has no outstanding issues to my knowledge, the Com Ports show up without any issues under dmesg as shown below:
But when i try and send anything to the Projector i get this error:
Traceback (most recent call last):
File "./pyjector_controller", line 21, in <module>
command(args.action)
File "/root/pyjector/pyjector/pyjector.py", line 298, in handler
return self._command_handler(command, action)
File "/root/pyjector/pyjector/pyjector.py", line 257, in _command_handler
self._check_response(response)
File "/root/pyjector/pyjector/pyjector.py", line 278, in _check_response
response
pyjector.pyjector.CommandFailedError: ('Received an unknown response', u'')
So unlike everybody else i dont have a USB Converter to go from USB to Serial Connection, im simply using the connector on the back of an old DELL laptop, (It has no other use to me currently)
It is loaded with Ubuntu Server 16.04 and has no outstanding issues to my knowledge, the Com Ports show up without any issues under
dmesg
as shown below:But when i try and send anything to the Projector i get this error:
The projector is a Optoma H183X too
Any help would be great!