C#中调用:
[DllImport(DLLName, EntryPoint
=
"
pdaAppRead
"
, CharSet
=
CharSet.Auto, SetLastError
=
true
)]
public
static
extern
short
td_select(Int32 Adr,
byte
[] getData);
private
void
button1_Click(
object
sender, EventArgs e)
//
写

...
{
string s =





