Shop OBEX P1 Docs P2 Docs Learn Events
bluetooth — Parallax Forums

bluetooth

ArchiverArchiver Posts: 46,084
edited 2004-07-14 22:23 in General Discussion
Has anybody tried the new bluetooth transceiver appmod?

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-12-28 22:24
    I've been playing with one for a couple of days and am still coming up
    to speed. All of the exercises in the documentation for which I had the
    appropriate hardware worked - a nice boost in my confidence in both the
    card and the docs.

    I've just downloaded MS embedded visual C so I can tinker with the
    supplied communications app on my Bluetooth-enabled iPAQ 2215 PDA. I've
    also downloaded a terminal emulation app that runs on the iPAQ (vxHPC)
    but so far have not been able to tell whether it works. Next steps are
    to get the compiler / IDE working, and explore the limits of talking to
    the Stamp with a terminal emulation package from my PDA.

    Chris Dant

    >
    Original Message
    > From: Steve Nelick [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=zefVx7EjLrRuhz6myfj_BmfaGv5MvsM9oZdmy_-SPj8-YIyiFXn1KDfAviWBME45J5T4dRpEJbfwn33ssVg]s.nelick@v...[/url
    > Sent: Sunday, December 28, 2003 7:30 AM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] bluetooth
    >
    >
    > Has anybody tried the new bluetooth transceiver appmod?
    >
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 15:24
    Glad to hear that the Bluetooth transceiver appmod is working. I'm going to
    order one. I want to put the Bluetooth on BOE-BOT and try to control the
    BOE-BOT from a PDA or a PC.

    I'm not familiar with PDA's, so maybe I'll get one like you have. I've been
    reading the Parallax manual for the Bluetooth transceiver. I bought two
    Bluetooth USB adapters. I put one on a PC and one on a notebook computer. I
    went through the Parallax exercises on testing the connection with
    HyperTerminal. Then I wrote a small Python progam and I learned how to send
    and receive with Bluetooth. Next I'll take a look at the MS embedded C that
    you mentioned.

    __________________________


    Original Message
    From: "Chris Dant" <cd314sp@s...>
    To: <basicstamps@yahoogroups.com>
    Sent: Sunday, December 28, 2003 5:24 PM
    Subject: RE: [noparse][[/noparse]basicstamps] bluetooth


    > I've been playing with one for a couple of days and am still coming up
    > to speed. All of the exercises in the documentation for which I had the
    > appropriate hardware worked - a nice boost in my confidence in both the
    > card and the docs.
    >
    > I've just downloaded MS embedded visual C so I can tinker with the
    > supplied communications app on my Bluetooth-enabled iPAQ 2215 PDA. I've
    > also downloaded a terminal emulation app that runs on the iPAQ (vxHPC)
    > but so far have not been able to tell whether it works. Next steps are
    > to get the compiler / IDE working, and explore the limits of talking to
    > the Stamp with a terminal emulation package from my PDA.
    >
    > Chris Dant
    >
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 19:42
    Yes, I've been playing with it for a few days now. Neat
    little device.
    --
    Regards

    Dave Evartt
    American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 19:51
    I'm controlling my hexcrawler (6 legged walker) with the
    Bluetooth appmod, it uses a boe. I use an IPAQ h5555 for the
    controller, works pretty good but still tinkering with it.
    --
    Regards

    Dave Evartt
    American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 19:52
    Dave:

    What dev tool are you using on your iPaq?

    -- Jon Williams
    -- Parallax

    Original Message
    From: Dave Evartt [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=XL7R0ZRHPojzpFf-2BXRdSw5rDPx-CYodPdGzDl14uPrL6QcIkpStsXf5TOIjOvVcFhCrb-BqLZUFBxNkpiAN3WREmvY]davee@a...[/url
    Sent: Monday, December 29, 2003 1:51 PM
    To: basicstamps@yahoogroups.com
    Subject: Re: [noparse][[/noparse]basicstamps] bluetooth


    I'm controlling my hexcrawler (6 legged walker) with the
    Bluetooth appmod, it uses a boe. I use an IPAQ h5555 for the
    controller, works pretty good but still tinkering with it.
    --
    Regards

    Dave Evartt
    American Hovercraft

    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject
    and Body of the message will be ignored.


    Yahoo! Groups Links

    To visit your group on the web, go to:
    http://groups.yahoo.com/group/basicstamps/

    To unsubscribe from this group, send an email to:
    basicstamps-unsubscribe@yahoogroups.com

    Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/




    This message has been scanned by WebShield. Please report SPAM to
    abuse@p....
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 19:57
    I'm using nsbasic. I'm still trying to figure out how to do
    some things in but it is functional. Hopefully at the end of
    the day, i'll have something worth sharing.
    --
    Regards

    Dave Evartt
    American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2003-12-29 20:02
    Mostly I'm trying to deal with the 'no uart buffer' problem
    since I can only poll the comm port from time to time. Boy a
    buffered input would be grand. Anyway, I trying a few
    different tactics to deal with it. I'm sure I'll have to
    change the way it talks on both ends but I'll figure it out.

    The IPAQ app just has buttons that send a single serial
    command and the hexcrawler reacts to it. Sycronizing the io
    is the problem as I said above.
    --
    Regards

    Dave Evartt
    American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-06 20:52
    Hello Dave,

    I have downloaded the nsbasic and want to test it for bluetooth
    functionality before I purchase it. I am using an iPAQ 3870 and plan
    to purchase the embedded blue module. Can you please post an example
    on how to program the bluetooth? It would really help.

    Thanks.

    --- In basicstamps@yahoogroups.com, Dave Evartt <davee@a...> wrote:
    > I'm using nsbasic. I'm still trying to figure out how to do
    > some things in but it is functional. Hopefully at the end of
    > the day, i'll have something worth sharing.
    > --
    > Regards
    >
    > Dave Evartt
    > American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-06 20:59
    I, too, will be using NSBASIC on on iPaq to communicate via Bluetooth to
    a Stamp -- when I get the NSBASIC installation working. For those of
    you that are working with NSBASIC and have examples to share, please
    forward them to me and I will include them in Parallax examples. And if
    you send something really cool, we'll send you a prize....

    Note: I'm looking for NSBASIC code, not Stamp code unless it
    specifically goes along with an NSBASIC project.

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: enzom2000 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=fj-GiTl0tHuDa0uyyj0O2IwKcbR3NJAqjDhq2Yu8MDRIMKL1XwSn_1uqBLdeCBF3Rj3PVzWsObY5NsL8Hlvkl1-xi04kcRM]vincent.mansueto@s...[/url
    Sent: Tuesday, January 06, 2004 2:53 PM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Re: bluetooth


    Hello Dave,

    I have downloaded the nsbasic and want to test it for bluetooth
    functionality before I purchase it. I am using an iPAQ 3870 and plan
    to purchase the embedded blue module. Can you please post an example
    on how to program the bluetooth? It would really help.

    Thanks.

    --- In basicstamps@yahoogroups.com, Dave Evartt <davee@a...> wrote:
    > I'm using nsbasic. I'm still trying to figure out how to do
    > some things in but it is functional. Hopefully at the end of
    > the day, i'll have something worth sharing.
    > --
    > Regards
    >
    > Dave Evartt
    > American Hovercraft


    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject
    and Body of the message will be ignored.


    Yahoo! Groups Links

    To visit your group on the web, go to:
    http://groups.yahoo.com/group/basicstamps/

    To unsubscribe from this group, send an email to:
    basicstamps-unsubscribe@yahoogroups.com

    Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/




    This message has been scanned by WebShield. Please report SPAM to
    abuse@p....
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-08 16:39
    Hi,

    I was wondering if anyone knows has built a 802.11b NIC that plugs
    into a Parallax Basic Stamp AppMod connector to allow communication
    over a WLAN.

    I am trying to find the equivalent of the Bluetooth eb500 module for
    WLAN 802.11b.

    Please let me know.

    BT

    --- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
    wrote:
    > I, too, will be using NSBASIC on on iPaq to communicate via
    Bluetooth to
    > a Stamp -- when I get the NSBASIC installation working. For those
    of
    > you that are working with NSBASIC and have examples to share,
    please
    > forward them to me and I will include them in Parallax examples.
    And if
    > you send something really cool, we'll send you a prize....
    >
    > Note: I'm looking for NSBASIC code, not Stamp code unless it
    > specifically goes along with an NSBASIC project.
    >
    > -- Jon Williams
    > -- Applications Engineer, Parallax
    > -- Dallas Office
    >
    >
    >
    Original Message
    > From: enzom2000 [noparse][[/noparse]mailto:vincent.mansueto@s...]
    > Sent: Tuesday, January 06, 2004 2:53 PM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Re: bluetooth
    >
    >
    > Hello Dave,
    >
    > I have downloaded the nsbasic and want to test it for bluetooth
    > functionality before I purchase it. I am using an iPAQ 3870 and
    plan
    > to purchase the embedded blue module. Can you please post an
    example
    > on how to program the bluetooth? It would really help.
    >
    > Thanks.
    >
    > --- In basicstamps@yahoogroups.com, Dave Evartt <davee@a...> wrote:
    > > I'm using nsbasic. I'm still trying to figure out how to do
    > > some things in but it is functional. Hopefully at the end of
    > > the day, i'll have something worth sharing.
    > > --
    > > Regards
    > >
    > > Dave Evartt
    > > American Hovercraft
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the
    Subject
    > and Body of the message will be ignored.
    >
    >
    > Yahoo! Groups Links
    >
    > To visit your group on the web, go to:
    > http://groups.yahoo.com/group/basicstamps/
    >
    > To unsubscribe from this group, send an email to:
    > basicstamps-unsubscribe@yahoogroups.com
    >
    > Your use of Yahoo! Groups is subject to:
    > http://docs.yahoo.com/info/terms/
    >
    >
    >
    >
    > This message has been scanned by WebShield. Please report SPAM to
    > abuse@p...
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-08 17:04
    I've been looking too, no luck yet so if anyone finds it,
    yell!
    --
    Regards

    Dave Evartt
    American Hovercraft
  • ArchiverArchiver Posts: 46,084
    edited 2004-03-12 19:44
    Hello Jon,

    have you received any interesting nsbasic programming samples for the
    iPAQ?

    Enzo

    --- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
    wrote:
    > I, too, will be using NSBASIC on on iPaq to communicate via
    Bluetooth to
    > a Stamp -- when I get the NSBASIC installation working. For those
    of
    > you that are working with NSBASIC and have examples to share, please
    > forward them to me and I will include them in Parallax examples.
    And if
    > you send something really cool, we'll send you a prize....
    >
    > Note: I'm looking for NSBASIC code, not Stamp code unless it
    > specifically goes along with an NSBASIC project.
    >
    > -- Jon Williams
    > -- Applications Engineer, Parallax
    > -- Dallas Office
    >
    >
    >
    Original Message
    > From: enzom2000 [noparse][[/noparse]mailto:vincent.mansueto@s...]
    > Sent: Tuesday, January 06, 2004 2:53 PM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Re: bluetooth
    >
    >
    > Hello Dave,
    >
    > I have downloaded the nsbasic and want to test it for bluetooth
    > functionality before I purchase it. I am using an iPAQ 3870 and
    plan
    > to purchase the embedded blue module. Can you please post an
    example
    > on how to program the bluetooth? It would really help.
    >
    > Thanks.
    >
    > --- In basicstamps@yahoogroups.com, Dave Evartt <davee@a...> wrote:
    > > I'm using nsbasic. I'm still trying to figure out how to do
    > > some things in but it is functional. Hopefully at the end of
    > > the day, i'll have something worth sharing.
    > > --
    > > Regards
    > >
    > > Dave Evartt
    > > American Hovercraft
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the
    Subject
    > and Body of the message will be ignored.
    >
    >
    > Yahoo! Groups Links
    >
    > To visit your group on the web, go to:
    > http://groups.yahoo.com/group/basicstamps/
    >
    > To unsubscribe from this group, send an email to:
    > basicstamps-unsubscribe@yahoogroups.com
    >
    > Your use of Yahoo! Groups is subject to:
    > http://docs.yahoo.com/info/terms/
    >
    >
    >
    >
    > This message has been scanned by WebShield. Please report SPAM to
    > abuse@p...
  • ArchiverArchiver Posts: 46,084
    edited 2004-03-12 22:22
    No. No submissions thus far.

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: enzom2000 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=7ejFq8F9_NgqxJeDw8g2-rCn9CpPjM_1RPfWDlx9xEcUuivfu4ek55SK726AHJVf516yO3ZIaXIBZ0wP1WrUk1OPFI0]vincent.mansueto@s...[/url
    Sent: Friday, March 12, 2004 1:44 PM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Re: bluetooth


    Hello Jon,

    have you received any interesting nsbasic programming samples for the
    iPAQ?

    Enzo

    --- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
    wrote:
    > I, too, will be using NSBASIC on on iPaq to communicate via
    Bluetooth to
    > a Stamp -- when I get the NSBASIC installation working. For those
    of
    > you that are working with NSBASIC and have examples to share, please
    > forward them to me and I will include them in Parallax examples.
    And if
    > you send something really cool, we'll send you a prize....
    >
    > Note: I'm looking for NSBASIC code, not Stamp code unless it
    > specifically goes along with an NSBASIC project.
    >
    > -- Jon Williams
    > -- Applications Engineer, Parallax
    > -- Dallas Office
  • ArchiverArchiver Posts: 46,084
    edited 2004-04-30 13:27
    I have a question on the bluetooth eb500 antenna. Do I need to leave space
    in front of the antenna? If yes, how close can I get to the antenna?

    I want to mount an ultasonic range finder, that rotates on a micro servo, on
    the front of a Boe-Bot. The servo + range finder, is 2.5 inches high. If
    the bottom of the servo is an inch above the BOE breadboard, the range
    finder will be right in front of the eb500 patch antenna.

    Do rf signals get blocked?
  • ArchiverArchiver Posts: 46,084
    edited 2004-05-03 08:28
    Hello Steve,

    >> I have a question on the bluetooth eb500
    >> antenna. Do I need to leave space in front
    >> of the antenna? If yes, how close can I
    >> get to the antenna

    While the eb500 antenna is quite compact, it actually works like a
    half wave dipole. The vertical pole of the dipole runs through the
    antenna pins. If the eb500 is mounted in the AppMod header of the
    Board of Education this is a vertical line.

    How close you can mount things around the antenna really depends on
    your application. Bluetooth is very robust to interference so the
    only thing that would happen if something was mounted too close is
    that your range and maximum data rate would be reduced a bit. If you
    keep a clearance of a few centimeters around the antenna you should
    experience no degradation.

    >> I want to mount an ultasonic range finder,
    >> that rotates on a micro servo, on the
    >> front of a Boe-Bot. The servo + range
    >> finder, is 2.5 inches high. If the bottom
    >> of the servo is an inch above the BOE
    >> breadboard, the range finder will be right
    >> in front of the eb500 patch antenna.

    This will not cause a problem for the eb500. I have mounted en eb500
    only four millimeters above a PCB ground plane and still it still
    achieved excellent reception and data rate.

    >> Do rf signals get blocked?

    They can, but it depends on a ton of difference factors. Bluetooth
    operates at 2.45 Ghz and has a wavelength of ~4.6 inches. Certain
    types of material tend to block or attenuate signals of specific
    frequencies. If you mount the eb500 in a grounded metal box you will
    seriously hamper performance. If you mount the eb500 in the right
    type of plastic box it will have very little effect on performance.

    Talk to you soon,

    Bryan Hall
    A7Engineering
    http://www.a7eng.com
  • ArchiverArchiver Posts: 46,084
    edited 2004-06-20 17:52
    I have bs2p and a bluetooth board hooked up to it, I am sending date from a bluetooth enabled PC, sometimes I recieve the same data and sometimes I recieve weird things??
    I would like to know what the problem is.
    Regards
    Zaid


    Do you Yahoo!?
    New and Improved Yahoo! Mail - Send 10MB messages!

    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-06-22 14:34
    Zaid,

    Is the BS2P in a board of education? I have had a similar problem that seems
    to effect one of BOE with a 2p. On the other hand, I have it working fine on
    another one.

    What baud rate are you trying? What PC are you using?

    Jonathan

    www.madlabs.info


    Original Message
    From: "Zaid Alnaqash" <z_alnaqash@y...>
    To: <basicstamps@yahoogroups.com>
    Sent: Sunday, June 20, 2004 9:52 AM
    Subject: [noparse][[/noparse]basicstamps] bluetooth


    > I have bs2p and a bluetooth board hooked up to it, I am sending date from
    a bluetooth enabled PC, sometimes I recieve the same data and sometimes I
    recieve weird things??
    > I would like to know what the problem is.
    > Regards
    > Zaid
    >
    >
    >
    > Do you Yahoo!?
    > New and Improved Yahoo! Mail - Send 10MB messages!
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2004-06-23 04:53
    Jonathan,
    Yes, it is BS2P in a board of education.
    My problem is :
    I am sending letters or numbers from my laptop(bluetooth enabled laptop)(using the hyper terminal) to my PC(connected to BS2P on BOE with bluetooth eb500 hooked up to it), and I am recieving the following:
    If I send 11, I recieve 1 and a weird thing,If I send aa, I recieve a and a weird thing and so on ,in other words , the first number is ok the second is not and the third one is ok and so on.
    My baud rate is 9600 and I tried more many of them and I got the same result.
    Thanks for your time.
    Regards
    Zaid


    Jonathan Peakall <jpeakall@p...> wrote:
    Zaid,

    Is the BS2P in a board of education? I have had a similar problem that seems
    to effect one of BOE with a 2p. On the other hand, I have it working fine on
    another one.

    What baud rate are you trying? What PC are you using?

    Jonathan

    www.madlabs.info


    Original Message
    From: "Zaid Alnaqash"
    To:
    Sent: Sunday, June 20, 2004 9:52 AM
    Subject: [noparse][[/noparse]basicstamps] bluetooth


    > I have bs2p and a bluetooth board hooked up to it, I am sending date from
    a bluetooth enabled PC, sometimes I recieve the same data and sometimes I
    recieve weird things??
    > I would like to know what the problem is.
    > Regards
    > Zaid
    >
    >
    >
    > Do you Yahoo!?
    > New and Improved Yahoo! Mail - Send 10MB messages!
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >



    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject and Body of the message will be ignored.

    Yahoo! Groups Links







    Do you Yahoo!?
    New and Improved Yahoo! Mail - Send 10MB messages!

    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-06-23 05:47
    Zaid,

    I was having a very similar problem using an EB500+BOE with 2p24 to another
    EB500+BOE with a 2p24. I went around and around, and finally figured that at
    least it wasn't the EB500 by trying it with a PICs which worked just fine.

    I am currently using a 2p40 on a custom board with a USB bluetooth dongle on
    a PC, and while it all works OK, I do get some not right returns when
    sending the EB500 commands. Baud rate makes no differnece, and I usually run
    it at 115200. However, it seems to send the data itself just fine. I spent a
    good deal of time talking to tech support about it and they couldn't figure
    it out, and I haven't gotten back to it to try to find exactly what the
    problem was.

    I have also had problems changing the EB500 baud with a Stamp on a BOE. I
    find I have to add a pause after the ACK, or for some reason the baud change
    doesn't "take". This is a repeatable bug for me, and it doesn't happen when
    I do the same thing with a PIC.

    Can you try the same setup with a PIC? Or with a bluetooth dongle?

    HTH,

    Jonathan

    www.madlabs.info



    Original Message
    From: "Zaid Alnaqash" <z_alnaqash@y...>
    To: <basicstamps@yahoogroups.com>
    Sent: Tuesday, June 22, 2004 8:53 PM
    Subject: Re: [noparse][[/noparse]basicstamps] bluetooth


    > Jonathan,
    > Yes, it is BS2P in a board of education.
    > My problem is :
    > I am sending letters or numbers from my laptop(bluetooth enabled
    laptop)(using the hyper terminal) to my PC(connected to BS2P on BOE with
    bluetooth eb500 hooked up to it), and I am recieving the following:
    > If I send 11, I recieve 1 and a weird thing,If I send aa, I recieve a and
    a weird thing and so on ,in other words , the first number is ok the second
    is not and the third one is ok and so on.
    > My baud rate is 9600 and I tried more many of them and I got the same
    result.
    > Thanks for your time.
    > Regards
    > Zaid
    >
    >
    > Jonathan Peakall <jpeakall@p...> wrote:
    > Zaid,
    >
    > Is the BS2P in a board of education? I have had a similar problem that
    seems
    > to effect one of BOE with a 2p. On the other hand, I have it working fine
    on
    > another one.
    >
    > What baud rate are you trying? What PC are you using?
    >
    > Jonathan
    >
    > www.madlabs.info
    >
    >
    >
    Original Message
    > From: "Zaid Alnaqash"
    > To:
    > Sent: Sunday, June 20, 2004 9:52 AM
    > Subject: [noparse][[/noparse]basicstamps] bluetooth
    >
    >
    > > I have bs2p and a bluetooth board hooked up to it, I am sending date
    from
    > a bluetooth enabled PC, sometimes I recieve the same data and sometimes I
    > recieve weird things??
    > > I would like to know what the problem is.
    > > Regards
    > > Zaid
    > >
    > >
    > >
    > > Do you Yahoo!?
    > > New and Improved Yahoo! Mail - Send 10MB messages!
    > >
    > > [noparse][[/noparse]Non-text portions of this message have been removed]
    > >
    > >
    > >
    > >
    > > To UNSUBSCRIBE, just send mail to:
    > > basicstamps-unsubscribe@yahoogroups.com
    > > from the same email address that you subscribed. Text in the Subject and
    > Body of the message will be ignored.
    > >
    > > Yahoo! Groups Links
    > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >
    >
    >
    > Do you Yahoo!?
    > New and Improved Yahoo! Mail - Send 10MB messages!
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-14 05:46
    I sent a command from a bluetooth enabled laptop to a BS2P with EB500 hooked up tp it to turn something ON and OFF, I was able to do so but only once ( 1. ON )(2. OFF) but when I tried to turn it ON again, I couldn't .I checked the program and I used the debug window to find out where the program got stuck at,I found out that it got stuck at same line when it accepted the command at the first step(1.ON)(when it was waiting for a command).I dont know why it accepted the command in the first time and it didn't in the second one .

    ANYBODY KNOWS WHY AND HOW TO SOLVE THIS PROBLEM ?????


    Regards

    Zaid


    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around
    http://mail.yahoo.com

    [noparse][[/noparse]Non-text portions of this message have been removed]



    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject and Body of the message will be ignored.

    Yahoo! Groups Links









    Do you Yahoo!?
    New and Improved Yahoo! Mail - 100MB free storage!

    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-14 22:23
    It may be the way you programmed your serin command. Can you post the line
    that is freezing up?
    Shawn


    > [noparse][[/noparse]Original Message]
    > From: Zaid Alnaqash <z_alnaqash@y...>
    > To: <basicstamps@yahoogroups.com>
    > Date: 7/13/2004 10:46:48 PM
    > Subject: [noparse][[/noparse]basicstamps] BlueTooth
    >
    >
    >
    >
    > I sent a command from a bluetooth enabled laptop to a BS2P with EB500
    hooked up tp it to turn something ON and OFF, I was able to do so but only
    once ( 1. ON )(2. OFF) but when I tried to turn it ON again, I couldn't .I
    checked the program and I used the debug window to find out where the
    program got stuck at,I found out that it got stuck at same line when it
    accepted the command at the first step(1.ON)(when it was waiting for a
    command).I dont know why it accepted the command in the first time and it
    didn't in the second one .
    >
    > ANYBODY KNOWS WHY AND HOW TO SOLVE THIS PROBLEM ?????
    >
    >
    > Regards
    >
    > Zaid
    >
    >
    > __________________________________________________
    > Do You Yahoo!?
    > Tired of spam? Yahoo! Mail has the best spam protection around
    > http://mail.yahoo.com
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    > Do you Yahoo!?
    > New and Improved Yahoo! Mail - 100MB free storage!
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
Sign In or Register to comment.