现有一个函数定义如下:
  readprot1(var pdata:byte;ilen:integer):integer
其中:pdata代表缓冲区的地址
     ilen:代表长度
现在想发送一个字符串:如str:='abcdefghijklmv';
  请问如何用?