( |
|
|
|||
reads specified amount of characters from com port |
Parameters: | |
internal number of port | |
amount of bytes | |
global function Integer ReplyInPOSNETBuffer(var string replystr) begin Integer noErr; replystr = replystr & ReadComPort(0,255-len(replystr)); ReplyInPOSNETBuffer = noErr; return; end;
Related topics: |