Skip to search.
nsbasic-palm · NS Basic/Palm Web Board

Group Information

  • Members: 4182
  • Category: Basic
  • Founded: Jul 1, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Serial I/Owith IR port   Message List  
Reply Message #14341 of 57400 |
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

Message #14341 of 57400 |
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 © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help