A
abc516
Unregistered / Unconfirmed
GUEST, unregistred user!
这是MYDLL.DLL里的一个函数.如何在DELPHI里声明调用?!
Pcomm(int com,int boud,int *Rcount)
com为串口号,boud为波特率,*Rcount为记录总数;
成功返回1,没有记录返回0,打开端口失败返-1,通讯失败返回-2;
Pcomm(int com,int boud,int *Rcount)
com为串口号,boud为波特率,*Rcount为记录总数;
成功返回1,没有记录返回0,打开端口失败返-1,通讯失败返回-2;