The serial trace file indicates that everything is working but there are unexpected line feed characters at the start of each reply that worries me. Is the...
Hi Michel, ... IConform is an optional feature as Tim described in his post. I've documented it in the Help file of later Conform versions and have uploaded...
Hi all, I'm currently writing a driver for a custom-made filter wheel using: * MS Visual Basic 2008 Express Edition * ASCOM platform 2008 (5.0) Filter Wheel...
... Did it stop working in mid-operation? If so, it sounds like a flakey cable or other physical connection issue. Or did it "stop working" from one "working"...
Chris Right now I am not so concerned about if the scope position is reported correctly, I can only get the scope to respond once to a slew command, then it...
Bill, I'm trying to fix this for everyone, not just you. There is no command to do a slew in the log that you sent. If you don't send the command you can't...
Chris I don't understand the hostility, I am trying to provide you with everything you ask as much as I can. I will try and capture a slew for you. I am sorry...
I had almost the same. Also I wrote a driver for a filterwheel (True Technology SupaSlim ss3). Since my background was the same as yours (Java and C) I choose...
Ge, I am most interested to read that you have written an ASCOM Driver for the TruTech SupaSlim Filter Wheel. I have such a filter wheel and would like to be...
Here's a suggestion to help you debug your driver. It looks like the error is happening when Conform tries to access the Connected property. So first, set a...
Tim -- Thanks for explaining how to debug a driver when it's being used by a client application (in this case Conform). I'll see about adding some .NET...
Hi Dave, Sure I want to share this driver with others but at the moment it's only suitable for a wheel with 8 positions. This is hardcoded at the moment. I...
Chris Please find attached logs. Not sure what a slew looks like in the logs. But, these should include one. As I mentioned yesterday, the program loads...
Chris Please find attached logs. Not sure what a slew looks like in the logs. But, these should include one. As I mentioned yesterday, the program loads...
Hi Bill, Yes, the log includes a slew command. It's the wrong command (a 'r' instead of a 'R') and has a reply that's different to what I'd expect. I have two...
Chris Not sure how to provide the requested information indoors, the Ultima 2000 is a beautiful scope but must me aligned to stars for accuracy. It got really...
Hi Bill, I DONT'T need accuracy, just something to know if the scope is reporting about the same position on the HC as the control applications sees. And if...
Evening all, I am running a test scenario on a Vista laptop and get this error when I open the ASCOM dome control and attempt to set up the dome, the set up...
17225
ASCOM-Talk@yahoogroup...
Apr 11, 2009 6:45 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ASCOM-Talk group. File : /celestron...
his I downloaded your latest Celestron driver, this time it won't slew at all and continiously generates a range check error. I have iuncluded a screen shot as...
Hi Bill, The logs you send do not include the serial log, this needs to be enabled, you can tell when you have because there will be a file starting...
I just started to use ASCOM (telescope control) scripting using Excel Basic. Very strange thing has happened: it works fine (i.e. it creates a telescope...
using the same ascom downloads meade software and LX200GPS but a newer 32 bit toshiba laptop with vista (old one was a 32 bit toshiba laptop with vista [ it is...
... You need to bring up the "Properties" or "Setup" dialog box for that driver. UNtick the first item on the list: "Auto Reboot" You should also adjust the...
Try downloading and installing the beta copy opf HelperNET from the files area here on the ASCOM-Talk group and see if that fixes your problem. --Tim ... From:...
Chris I don't think I ever sent you a file starting with ASCOM.Serial. Don't know what generates this. I have never used Cartes du Ceil, I downloaded the...
Peter and Chris, I switched my code to use the Helper.Net serial 'AvailableCOMPorts' property to detect ports and all is well. I'm still not sure why my...