Shop OBEX P1 Docs P2 Docs Learn Events
thank you. — Parallax Forums

thank you.

ArchiverArchiver Posts: 46,084
edited 2001-03-27 06:14 in General Discussion
I want to thank you all for helping me. now maby i can do some real
projects with the stamp. got tired of making LED's light up.

again, THANK YOU :-)

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-03-27 05:59
    You can still talk with the stamp in decimal, eg..
    write 10, 120
    is the same as
    write A, 64

    The suggestion previously with the windows calculator is perhaps the best to
    help come to grips with it.
    Just have the radio button 'dec' then type in the decimal number and click
    the 'hex' radio button.

    Chris


    Original Message
    From: <aconti@n...>
    To: <basicstamps@yahoogroups.com>
    Sent: Tuesday, March 27, 2001 10:47 AM
    Subject: [noparse][[/noparse]basicstamps] thank you. "HEX help"


    > I want to thank you all for helping me. now maby i can do some real
    > projects with the stamp. got tired of making LED's light up.
    >
    > again, THANK YOU :-)
    >
    >
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2001-03-27 06:03
    In your example of write A, 64 how does the stamp know that's not 64
    decimal? I understand the A since that must be hex, unless it thinks it's
    the "character" "A".. :-)
    ---
    Don Russell
    ---
    Original Message
    From: "Chris Anderson" <fes@g...>
    To: <basicstamps@yahoogroups.com>
    Sent: Monday, March 26, 2001 8:59 PM
    Subject: Re: [noparse][[/noparse]basicstamps] thank you. "HEX help"


    > You can still talk with the stamp in decimal, eg..
    > write 10, 120
    > is the same as
    > write A, 64
    >
    > The suggestion previously with the windows calculator is perhaps the best
    to
    > help come to grips with it.
    > Just have the radio button 'dec' then type in the decimal number and click
    > the 'hex' radio button.
    >
    > Chris
    >
    >
    >
    Original Message
    > From: <aconti@n...>
    > To: <basicstamps@yahoogroups.com>
    > Sent: Tuesday, March 27, 2001 10:47 AM
    > Subject: [noparse][[/noparse]basicstamps] thank you. "HEX help"
    >
    >
    > > I want to thank you all for helping me. now maby i can do some real
    > > projects with the stamp. got tired of making LED's light up.
    > >
    > > again, THANK YOU :-)
    > >
    > >
    > >
    > >
    > > Your use of Yahoo! Groups is subject to
    http://docs.yahoo.com/info/terms/
    > >
    > >
    >
    >
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2001-03-27 06:14
    Oops sorry, it should be
    write $A, $64 'hex version
    write 10, 100 'dec version

    I shall go and hide under a snake.
    Chris


    Original Message
    From: Don Russell <drussel2@s...>
    To: <basicstamps@yahoogroups.com>
    Sent: Tuesday, March 27, 2001 1:03 PM
    Subject: Re: [noparse][[/noparse]basicstamps] thank you. "HEX help"


    > In your example of write A, 64 how does the stamp know that's not 64
    > decimal? I understand the A since that must be hex, unless it thinks it's
    > the "character" "A".. :-)
    > ---
    > Don Russell
    > ---
    >
    Original Message
    > From: "Chris Anderson" <fes@g...>
    > To: <basicstamps@yahoogroups.com>
    > Sent: Monday, March 26, 2001 8:59 PM
    > Subject: Re: [noparse][[/noparse]basicstamps] thank you. "HEX help"
    >
    >
    > > You can still talk with the stamp in decimal, eg..
    > > write 10, 120
    > > is the same as
    > > write A, 64
    > >
    > > The suggestion previously with the windows calculator is perhaps the
    best
    > to
    > > help come to grips with it.
    > > Just have the radio button 'dec' then type in the decimal number and
    click
    > > the 'hex' radio button.
    > >
    > > Chris
    > >
    > >
    > >
    Original Message
    > > From: <aconti@n...>
    > > To: <basicstamps@yahoogroups.com>
    > > Sent: Tuesday, March 27, 2001 10:47 AM
    > > Subject: [noparse][[/noparse]basicstamps] thank you. "HEX help"
    > >
    > >
    > > > I want to thank you all for helping me. now maby i can do some real
    > > > projects with the stamp. got tired of making LED's light up.
    > > >
    > > > again, THANK YOU :-)
    > > >
    > > >
    > > >
    > > >
    > > > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
    > > >
    > > >
    > >
    > >
    > >
    > >
    > > Your use of Yahoo! Groups is subject to
    http://docs.yahoo.com/info/terms/
    > >
    > >
    > >
    >
    >
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
Sign In or Register to comment.