nexdome / ASCOM

NexDome ASCOM Driver
https://www.nexdome.com
MIT License
6 stars 7 forks source link

Request: Script to force shutter closed #27

Open markm75 opened 4 years ago

markm75 commented 4 years ago

RE: Fb group, would be nice to have that script/ability to force it closed when all else fails. Its been mentioned it should be possible

nevion commented 3 years ago

one way you can do this is by writing the string "@CLS\r\n" to the serial device... I didn't have good luck with teraterm but after installing the windows subsystem for linux, then ubuntu from the windows app store, this worked without issue (note the numbers com from the com device in device manager:

printf "@CLS\r\n" > /dev/ttyS14

The only problem is that this will not work while the ascom server is running and hogging the serial port. There would need to be another serial multiplexing going on to do that.