Search the web
Sign In
New User? Sign Up
nsbasic-palm · NS Basic/Palm Web Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Serial I/Owith IR port   Message List  
Reply | Forward Message #14341 of 57174 |
Re: Serial I/Owith IR port

I modified the Serial test program that came with the nsbasic program
to use the ir port. it was cake. Put this in your startup code:

Global e as Integer
Global gstrReceived as String
'open port
e = SerialOpen(0, 9600)
e = SerialSet("Stopbits", 1)
e = SerialSet("Handshake", 0)
e = SerialSet("IR", 1)
If e > 0 Then MsgBox "startup error " + str(e)

This is mostly from other posts. Order of above is important.
tim

--- In nsbasic-palm@y..., gary@i... wrote:
> Michael,
>
> We're having fun with serialset("IR",1) with the data being totally
> wrong coming out of the IR Port.
>
> Did you get anywhere?
>
>
> --- In nsbasic-palm@y..., "Michael Verive" <mverive@p...> wrote:
> > I'm experimenting with serial I/O and the IR port, and I need to
> know if
> > anyone has been successful in getting two Palm devices to
> communicate using
> > serial I/O and the IR port (using serialset("IR",1)).
> >
> > Mike Verive
> > mverive@p...




Tue Nov 6, 2001 8:09 pm

sainttim1
Offline Offline
Send Email Send Email

Forward
Message #14341 of 57174 |
Expand Messages Author Sort by Date

I'm experimenting with serial I/O and the IR port, and I need to know if anyone has been successful in getting two Palm devices to communicate using serial I/O...
Michael Verive
mverive@...
Send Email
Oct 24, 2001
11:07 pm

Michael, We're having fun with serialset("IR",1) with the data being totally wrong coming out of the IR Port. Did you get anywhere? ... know if ... communicate...
gary@...
iagss
Offline Send Email
Nov 6, 2001
7:15 pm

I modified the Serial test program that came with the nsbasic program to use the ir port. it was cake. Put this in your startup code: Global e as Integer ...
sainttim1@...
sainttim1
Offline Send Email
Nov 6, 2001
8:09 pm

Haven't been too successful - but I'm still trying! Mike Verive mverive@... ... From: <gary@...> To: <nsbasic-palm@yahoogroups.com> Sent:...
Michael Verive
mverive@...
Send Email
Nov 6, 2001
10:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help