Shop OBEX P1 Docs P2 Docs Learn Events
Getting Windows stamp2sx.exe to see hardware — Parallax Forums

Getting Windows stamp2sx.exe to see hardware

ArchiverArchiver Posts: 46,084
edited 2000-11-13 22:42 in General Discussion
Be sure to read first:
\documentation\Basic_Stamps\BASIC_Stamp_2SX_Addendum_Manual_V1_0.pdf
page 5, on the Parallax CD Rom, if you use a BS2SX.
I lost about 4 hours before I found it.

Tip for Parallax people: Please put a sticker on the manual!


Original Message
From: Richard Warner <rwarner@p...>
To: <basicstamps@egroups.com>
Sent: dimanche 12 novembre 2000 10:53
Subject: [noparse][[/noparse]basicstamps] Getting Windows stamp2sx.exe to see hardware


> Hello -
>
> I am running Windoze 95 and cannot get the stamp2.exe or stamp2sx.exe
> programs to see my hardware. If I go into DOS mode then the stamp2.exe does
> see the hardware and works fine. Suspect it has something to do with how
> Windows initializes com ports?
> With regards to stamp2sx--I have a stamp2e I want to program, and
> understand stamp2sx vers 1.096 handles both e and sx. A tech support person
> told me that I had to make change the suffix of the program to .bse in order
> for the program to recog the hardware. Tried that, still no luck. Any
> other suggestions what I need to do?
>
> Thanks,
>
> Rich
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
>
>
>

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2000-11-12 16:53
    Hello -

    I am running Windoze 95 and cannot get the stamp2.exe or stamp2sx.exe
    programs to see my hardware. If I go into DOS mode then the stamp2.exe does
    see the hardware and works fine. Suspect it has something to do with how
    Windows initializes com ports?
    With regards to stamp2sx--I have a stamp2e I want to program, and
    understand stamp2sx vers 1.096 handles both e and sx. A tech support person
    told me that I had to make change the suffix of the program to .bse in order
    for the program to recog the hardware. Tried that, still no luck. Any
    other suggestions what I need to do?

    Thanks,

    Rich
    _________________________________________________________________________
    Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

    Share information about yourself, create your own public profile at
    http://profiles.msn.com.
  • ArchiverArchiver Posts: 46,084
    edited 2000-11-12 17:25
    Thank you very much for this info. This is very usefull.

    ECO wrote:

    > Be sure to read first:
    \documentation\Basic_Stamps\BASIC_Stamp_2SX_Addendum_Manual_V1_0.pdf
    > page 5, on the Parallax CD Rom, if you use a BS2SX.
    > I lost about 4 hours before I found it.
    >
    > Tip for Parallax people: Please put a sticker on the manual!
    >
    >
    Original Message
    > From: Richard Warner <rwarner@p...>
    > To: <basicstamps@egroups.com>
    > Sent: dimanche 12 novembre 2000 10:53
    > Subject: [noparse][[/noparse]basicstamps] Getting Windows stamp2sx.exe to see hardware
    >
    > > Hello -
    > >
    > > I am running Windoze 95 and cannot get the stamp2.exe or stamp2sx.exe
    > > programs to see my hardware. If I go into DOS mode then the stamp2.exe does
    > > see the hardware and works fine. Suspect it has something to do with how
    > > Windows initializes com ports?
    > > With regards to stamp2sx--I have a stamp2e I want to program, and
    > > understand stamp2sx vers 1.096 handles both e and sx. A tech support person
    > > told me that I had to make change the suffix of the program to .bse in order
    > > for the program to recog the hardware. Tried that, still no luck. Any
    > > other suggestions what I need to do?
    > >
    > > Thanks,
    > >
    > > Rich
    > > _________________________________________________________________________
    > > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
    > >
    > > Share information about yourself, create your own public profile at
    > > http://profiles.msn.com.
    > >
    > >
    > >
    > >
    > >
  • ArchiverArchiver Posts: 46,084
    edited 2000-11-12 18:23
    >I am running Windoze 95 and cannot get the stamp2.exe or stamp2sx.exe
    >programs to see my hardware. If I go into DOS mode then the stamp2.exe
    does
    >see the hardware and works fine. Suspect it has something to do with how
    >Windows initializes com ports?
    >With regards to stamp2sx--I have a stamp2e I want to program, and
    >understand stamp2sx vers 1.096 handles both e and sx. A tech support
    person
    >told me that I had to make change the suffix of the program to .bse in
    order
    >for the program to recog the hardware. Tried that, still no luck. Any
    >other suggestions what I need to do?

    Hi Rich,

    Changing it to ".BSE" _should_ work. There are a couple of other things
    you might try. From the menu choose PREFERENCES/EDITOR_OPERATION and then
    from the drop down menu choose BS2e as your default stamp. Click okay.
    Now when you choose IDENTIFY (CTRL-I), the PC should come back with a
    message that it has found a BS2e. Another option is to put the
    ' {$stamp BS2e}
    directive at the top of the program.

    People sometimes ask me what takes precedence. The directive has the
    highest precedence. That is, if you have a program with the $STAMP
    directive at the top that specifies the type of stamp, it will precedence
    over the filename extension. That is, if the directive is {$STAMP BS2sx}
    but the filename is xxx.bs2, then the program will still in fact be
    directed to a BS2sx, and will give an error message if the stamp connected
    is not an 'sx. Both the directive and the filename extension takes
    precedence over the setting in preferences/editor_operation. The setting
    in preferences/editor_operation applies only to programs that have not yet
    been named, or that have an extension other than .bs2, .bsx or .bse. The
    setting in preferences/editor_operation always applies to the IDENTIFY
    (CTRL-I) function, no matter what type of program is currently showing on
    the screen.

    There is also a DOS version of the programming software for the BS2e.
    (STAMP2E.EXE) You can try that out on your system to program that chip.

    It does sound like you have some sort of conflict on the windoze serial
    port.

    -- Tracy Allen
    electronically monitored ecosystems
    http://www.emesystems.com
  • ArchiverArchiver Posts: 46,084
    edited 2000-11-13 22:42
    Hi -

    Thanks for the info. I did check the addendum, and believe I'm doing
    everything ok. Will try the DOS version of the stampIIsx editor. Have
    hopes of getting into more of a C dev environment too, if I can find such a
    beast that will cross-compile into the PBASIC tokens.

    Regards,

    Rich
    _________________________________________________________________________
    Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

    Share information about yourself, create your own public profile at
    http://profiles.msn.com.
Sign In or Register to comment.