MScomm, MSComm.Input 
Author Message
 MScomm, MSComm.Input

Hello,
is there someone with a lot of experience to this control?
It seems to me, that the function
    var =MSComm1.Input
don't work well with more then one byte.

my Application:

init:
MSComm1.OutBufferSize = 256
MSComm1.InputLen = 0
MSComm1.InBufferSize = 256
MSComm1.RThreshold = 0
...
Do
    If (MSComm1.InBufferCount = 5) Then
      Done = True
    End If
Loop While (Done = False)

this works, until here, but then:

txtStatus.SelText = MSComm1.Input

With this command I don't get the 5 bytes out of the queue.

Any idea?



Fri, 06 Apr 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MSCOMM Answer - mscomm.zip (1/1)

2. MSCOMM Answer - mscomm.zip (0/1)

3. MSCOMM - Port data, Mscomm no data

4. MSComm Binary input problem

5. Unicode & mscomm.input

6. Mscomm in VB60 serial input help

7. Need help reading the MSComm input buffer

8. MSComm input/output buffers

9. MSComm and parsing the input buffer

10. help on MSCOMM, do es not read from input buffer

11. MSCOMM Serial Input from GPS

12. Need Help on MSComm input buffer

 

 
Powered by phpBB® Forum Software