SHT11 Sensor Module - BS2 Program
Archiver
Posts: 46,084
In a message dated 7/3/2004 1:54:23 PM Eastern Daylight Time,
dconner@a... writes:
> DEBUG CRSRXY, 0, 7, ... What is CRSRXY and the following integer
> parameters?? Does it in fact show up in the BASIC Stamp manual? If
> so where?? Any Help?? Dave
>
CRSRXY 5,5 places the cursor at col 5 row 5. Search for CRSRXY in the
Editor Help file.
Sid
[noparse][[/noparse]Non-text portions of this message have been removed]
dconner@a... writes:
> DEBUG CRSRXY, 0, 7, ... What is CRSRXY and the following integer
> parameters?? Does it in fact show up in the BASIC Stamp manual? If
> so where?? Any Help?? Dave
>
CRSRXY 5,5 places the cursor at col 5 row 5. Search for CRSRXY in the
Editor Help file.
Sid
[noparse][[/noparse]Non-text portions of this message have been removed]
Comments
HWB. In looking at the program that came with the sensor; there is a
DEBUG statement that is puzzling me; I'm sure it has to do with the
formating of the displayed output on the DEBUG screen, but I can't
seem to find the supporting documentation discussing how it works.
The statement is in the "Main" portion of the program:
DEBUG CRSRXY, 0, 3, ... and a little further it shows up again
DEBUG CRSRXY, 0, 7, ... What is CRSRXY and the following integer
parameters?? Does it in fact show up in the BASIC Stamp manual? If
so where?? Any Help?? Dave
the help file is usually going to be the best source of late-breaking
information. If you enter CRSRXY in the Search tab on the help file,
you'll find it is related to DEBUG and an explanation is there.
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: dmconner2 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=7UZzdysR6c8YmOwPYOCzYTzkO1I69jDGAfleDfpe8EKvRYsKR2jlMDBXLt0nM94yp4mdQ7a_9Sf1LHg]dconner@a...[/url
Sent: Saturday, July 03, 2004 12:54 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] SHT11 Sensor Module - BS2 Program
I purchased a SHT11 Temp/Humidity Sensor with the Summer Special
HWB. In looking at the program that came with the sensor; there is a
DEBUG statement that is puzzling me; I'm sure it has to do with the
formating of the displayed output on the DEBUG screen, but I can't
seem to find the supporting documentation discussing how it works.
The statement is in the "Main" portion of the program:
DEBUG CRSRXY, 0, 3, ... and a little further it shows up again DEBUG
CRSRXY, 0, 7, ... What is CRSRXY and the following integer
parameters?? Does it in fact show up in the BASIC Stamp manual? If
so where?? Any Help?? Dave