Shop OBEX P1 Docs P2 Docs Learn Events
Parallax Wireless 418 Keychain Transmitter — Parallax Forums

Parallax Wireless 418 Keychain Transmitter

Roy CarlsonRoy Carlson Posts: 46
edited 2007-09-14 07:09 in BASIC Stamp
I was able to purchase the key chain transmitter but unable to find the transmitter which is no longer made by RF Digital.

Can anyone tell me the best way to capture the 418mhz signal from the 5 function key chain so it can be used by a BS2 stamp & BoeBot?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roy Carlson

904-536-7405
roy-kathycarlson@msn.com

Comments

  • CCraigCCraig Posts: 163
    edited 2007-09-06 12:58
    Try Rentron, they should have something that works.

    www.rentron.com/PicBasic/RemoteControl.htm

    HTH, Chris

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I'm not scared of your robot. I'm covered by Old Glory (youtube)
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2007-09-14 07:09
    Roy -

    It's as simple as this:

    Pin_States VAR BYTE

    Pin_States = INL 'Read Pin Ports 0-7

    DEBUG "Pin states = ", BIN Pin_States 'Display the collected Pin Port states

    END


    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sign In or Register to comment.