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
IR Comms   Message List  
Reply | Forward Message #11025 of 57163 |
Re: [nsbasic-palm] IR Comms

Hello Clive.

> 2. And most importantly How do I direct comms to the IR port ?

Like this:

e = SerialOpen(0, 9600)
e = SerialSet("Stopbits", 1)
e = SerialSet("Handshake", 0)
e = SerialSet("IR", 1)

Note: The commands order counts. "IR" has to come after "Stopbits" or the IR
port will transmit garbage. After doing this you can send IR data using
SerialSend.

> 1. IrDA hardware to communicate with the Palm. I'm interested in
> knowing the manufacturer and part No.

Don't actually understand what you need, could you please be a little more
specific?

Amit Porat
Unisor Multisystems
amit@...
Tel: +972-3-9212772
Fax: +972-3-9212720
Home Tel: +972-3-9321937

----- Original Message -----
From: <kellow@...>
To: <nsbasic-palm@yahoogroups.com>
Sent: Wednesday, July 25, 2001 3:29 AM
Subject: [nsbasic-palm] IR Comms


> G'day all.....
>
> I've written an application that uses the comms port(RS232)to
> communicate with a micro.... to easy. The hard bit(pun not intended)
> is now to get it to work through the IR port. DUH! Is there anyone
> out there that can point me in the right direction please, with...
>
> 1. IrDA hardware to communicate with the Palm. I'm interested in
> knowing the manufacturer and part No.
>
> 2. And most importantly How do I direct comms to the IR port ?
>
>
> Regards
> Clive Kellow
>
>
> Community email addresses:
> Post message: nsbasic-palm@yahoogroups.com
> Subscribe: nsbasic-palm-subscribe@yahoogroups.com
> Unsubscribe: nsbasic-palm-unsubscribe@yahoogroups.com
> List owner: nsbasic-palm-owner@yahoogroups.com
>
> Shortcut URL to this page:
> http://groups.yahoo.com/group/nsbasic-palm
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Thu Jul 26, 2001 12:10 pm

amit@...
Send Email Send Email

Attachment
smime.p7s
Type:
application/x-pkcs7-signature
Forward
Message #11025 of 57163 |
Expand Messages Author Sort by Date

G'day all..... I've written an application that uses the comms port(RS232)to communicate with a micro.... to easy. The hard bit(pun not intended) is now to get...
kellow@...
Send Email
Jul 25, 2001
1:30 am

Hello Clive. ... Like this: e = SerialOpen(0, 9600) e = SerialSet("Stopbits", 1) e = SerialSet("Handshake", 0) e = SerialSet("IR", 1) Note: The commands order...
Amit Porat
amit@...
Send Email
Jul 26, 2001
11:31 am

Hello Amit, Many thanks for the info. I'll explain Q1. I'm looking for the hardware component to place in a microprocessor based system so the palm can...
Clive Kellow
kellow@...
Send Email
Jul 27, 2001
4:57 am

... Hi Clive, I've used the MAX3100. Here is a link to a circuit (BASIC Stamp) and explanation: http://www.emesystems.com/BS2IrDA.htm The '3100 is a UART that...
Tracy Allen
tracy@...
Send Email
Jul 27, 2001
6:39 am
Advanced

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