Re: serial port data loss,i think

Tech-Archive recommends: Speed Up your PC by fixing your registry



Thanks.
Trying to do what you have suggested.Havent got it correct yet.
However I tried this piece and dont know whether the results I get are
correct or not:
MSComm1.RThreshold = 1
MSComm1.InputLen = 1

Private Sub MSComm1_OnComm()
If MSComm1.CommEvent = comEvReceive Then
sdata = MSComm1.Input

Watching the variables msomm1.input and sdata in the watch window,I am
different values in these 2.
Shouldnt the 2 values be the same?

.



Relevant Pages

  • copy error
    ... each time through loop ... It also returns a '1' which I dont not understand since it ... Shouldnt it be '0'? ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Load of old TOS
    ... thats the link for seltos, Im not positive it works with 4.02 but I dont see ... why it shouldnt. ... Prev by Date: ...
    (comp.sys.atari.st)
  • Re: serial port data loss,i think
    ... sdata = "" ... Author of Visual Basic Programmer's Guide to Serial Communications, ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)