On 1/4/06 1:49 PM, "Camm29" <[EMAIL PROTECTED]> wrote:

> Hi ,
> 
> Is there an equivalaint to Visual Basic CommEvent in Rev ?
> 
> Can i tell if  characters have arrived and ready to be Read from the Com Port
> Buffer ?

Well, I haven't done much with this myself, but my understanding is that you
can open the COM port and read characters from it, and send characters to
it... I don't know if there's a way to get an event when incoming data comes
in, but you can continually read from the port, even if it's empty.

It's something like:

 open driver "COM2:"
 read from driver "COM2:" for 10 chars in 2 seconds

Check the Transcript Dictionary for "open driver" and "read from driver"...


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to