Quote:
Originally Posted by ericshliao
I wonder if this line in xepdmgrclinet.c is correct:
Code:
return(EpdLocalSend((_sEpd *)Epd,(Enabled!=0)?"Auto(1)\n":"Auto(0)\n"));
In xepdmgrtest.c, they are "auto0" and "auto1".
|
Yes, it should be OK. The command line parameters for xepdmgrtest and the xepdmgrclient protocol with xepdmgr are independent (that is, I thought that it would be better to avoid parenthesis in the xepdmgrtest commands, so I mapped Auto(1) to auto1 and Auto(0) to auto0).
But what you say about not working EpdRefreshAuto(Epd,0) is worrying; as soon as I have time I will test if it really works... patience.