Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
Thanks Chris, If I understand well, I have to implement most of the drivers to see if it correctly interpreted by various software. I thought I would...
(this is cross posted at LX-200GPS yahoogroup) Hi all, I wanted to see if there had been any progress with (and if anyone was still having problems with) the...
Davin Can you describe a little more about this behavior? What does the scope actually do? I am afraid I don't remember the details fromthe prior post. ...
This morning I wanted to download Gemini 1.0.8. In the process I also wanted to update ASCOM platform to most current. During the middle of this update we...
Hello, I tried to write an ASCOM Telescope driver in vb.net as an exe file. I registered the driver and it's visible in the chooser, but when I select the...
This is quite likely to be a 32/64 bit issue. If your driver is compiled as Any CPU then on a 64 bit system it will run as 64 bits but if it calls a 32 bit...
Usually I find that the ActiveX result to be one of three issues: 1) code issue in the driver 2) the driver isn't registered with windows 3) the driver isn't...
I am using the Camera Simulator V2, but I am getting an exception when I fetch the Description - is this a known issue? Is the source code for the Camera...
There isn't, as far as I know, an official release of the Camera V2 simulator. There's an old example that I did some time ago in the files area but it's...
This is really a swamp. The only way I've found that works reliably is to be sure all my driver projects are set up to be x86-only. That way, I don't have to...
Hi, I am new here and is planning an online controlling platform for my observatory. I know it's convenient to use ASCOM on a PC, but can I use ASCOM to...
I have tried doing this with PHP with limited, but promising results. I think that ASP.NET or Java would work better. I don't know Java, and have never tried...
I believe ACP uses Java heavily. From: ASCOM-Talk@yahoogroups.com [mailto:ASCOM-Talk@yahoogroups.com] On Behalf Of Arlen Beiler Sent: Friday, February 04, 2011...
Nope, I'm not positive. That's just what I heard through the grape vine.. From: ASCOM-Talk@yahoogroups.com [mailto:ASCOM-Talk@yahoogroups.com] On Behalf Of...
Hi all, I wonder if there is any way to adjust noise levels in the camera simulator with the "Show Stars" option turned on. I'm using Camera Simulator v5.0.9a...
The simulator's main use is to help validate an application's ASCOM interface; there's no intent that it simulates a real camera of any type. There's a new...
I don't see a Zip file - I found an EXE that just installed the simulator... Is there another copy of the simulator I can use? Thanks for your help! Cheers, ...
Actually - I'd be happy to use the 5.0.9a version - but it doesn't show up in the selector dialog. I see the CCDSimulator.dll in the C:\Program Files...
Javier, Can you please give more details? What is the software that needs to connect to POTH? What telescope are you connecting to? Where is the telescope ...
Ok - so I've also installed the Camera Simulator from the main ASCOM website - but it doesn't show up in the chooser dialog. Is there something I have to do...
... names so that a transition will be easy. This is a terrific approach! The interfaces themselves, the methods and properties, have proven to be usable and...
I'll take a contrarian position and say that the Chooser is more consistent for users (as opposed to us programmers who want things to fit into our mold :-))....
ActiveX! All ASCOM Drivers are ActiveX Objects. Use any ActiveX/COM capable web server back-end technology (ASP classic, ASP.NET, WinCGI, regular CGI with any...