Max Qian
Max Qian
Perhaps simply deleting `NOMINMAX` and adding `#include ` can solve the problem
主要的问题是,如果整个程序中有连接设备的代码,那么这个程序就无法执行,或者是闪一下就没有了(在模拟器中执行),我觉得可能是变量的类型有问题,也可鞥能是示例代码有错误,我是直接使用示例代码的。 const char *profile = "Simulator"; printf("connect profile %s\n", profile); if (!guider.ConnectEquipment(profile)) throw guider.LastError(); 是不是需要修改代码?
@agalasso I open this issue again .I am thinking about how to write a API to recive message from PHD2 instead of using telnet (This is too slow,and work not...
@agalasso Today,I tried "php socket"and "php curl",but they didn't work at all.Then I changed the way to connect PHD2.I use telnet and it works very good.There is also a question,Can...
No problem.I can use telnet to connect PHD2,and only need to read the log.But I think it is not easy to do .So I hope the new API will come...
Hi.I want to ask a question what is the relation between "RADistanceRaw" and "RADistanceGuide" ?
This is my php demo. `
You are right.I am insterested in RADistanceRaw and DECDistanceRaw.But I am not sure that should I consider adding RADistanceGuide and DECDistanceGuide when plotting.How PHD2 plots its graph and need which...
And I also have a question do RADirection and DECDirection affect the size of the data drawn?
I found a question that The DEC curve I drew on the web page is the opposite of that in PHD2.Maybe I should check out my code to find the...