BasicX
Discussion forum for the BasicX family of microcontroller chips.
Search Results for "shiftout"
Post a new Thread
limorgarcia - Nov 28 2003
syntax-wise, is it possible to optimize this part of my code?
sub litLed (byval byte1 as byte, byval byte2 as byte, byval byte3 as
byte, byval byte4 as by... 
Schatzie Walton - Feb 25 2000
The new BX24 Documentation has the shiftout order
Call ShiftOut(DATA,CLOCK,NumBits,Operand)
but Frank's post on 12/15/99 specified the order:
Call ShiftOut(CLOCK... 
- Oct 23 2000
hi,
as i know, when it is a sychronous input, is it to use the shiftin
and shiftout command??
and as for asychronous, it uses the openqueue command??
... 
Mike Linnen - Aug 5 2000
Does ShiftOut and ShiftIn transfer the MSB first or is it the LSB first?
... 
James Tu - Nov 26 2002
I couldn't find any documentation on the order of bits for the ShiftOut
command. Does anyone know?
I'm guessing lsb shifts out first...
Thanks.
... 
Andy Lomas - Sep 27 2002
I'm looking at connecting a master BX-24 to two slave BX-24s, with
the master communicating 20 bytes of data at 50x a second to each of
the two slaves.
Com3 ... 
- Nov 9 2000
Joey,
I finally got around to checking out SHIFTOUT. This
is what you need to talk the the DAC.
In this example, I have used:
pin 11 as the data line,
pin ... 
Andy Michalicek - Apr 7 2003
I am talking to a I2c device that is extremely slow (~20 khz). Is
there a way to slow down the clock used in the ShiftIn/ShiftOut commands?
Andy
... 
bobbymcgill2007 - Dec 28 2007
Hi all - I was wondering if someone can help shed some light on the
ShiftIn/ShiftOut commands.
What I am trying to do is "sniff" a serial data stream that has clock
and data p... 
andrewflys - Sep 21 2002
Hi all,
I had seen some earlier emails saying that folks had successfully
migrated Pete A's i2c routines to use shiftout instead of putpin in
a loop. I subst... 
tiger_gk - Nov 3 2003
I have a question on ShiftOut. Does the shift out function remove
the bits from the variable that the bits are being shifted out? I
have a 5 bit variable. I want ... 
kj62 - May 22 2002
Hi,
I am working on communicating witht the DS1077 programable oscillator. I have looked around and found I2C routines and compared them to the one I am trying to dev... 
limorgarcia - Dec 9 2003
is it possible to shiftout "nothing" to a shift register? meaning if
i have a line of code that is shifting out bytes to several daizy-
chained shift registers, an... 
Neil Jepsen - Mar 5 2001
Further to mental block.
I'm trying(unsuccessfully I might add) to talk to a DS1302. In the good
book, under shiftin or shiftout, its says:
"Before using shift... 
Don Kinzer - Apr 15 2004
I have an application where I need to shift out some data at a
maximum rate of 50KHz (20us clock period). The ShiftOut() routine's
clock has a period of about 3.5... 
"money.dollars" - Aug 10 2007
I am trying to see if I can read the Sony PS2 Controller with the BX-
01, but need to figure out the right way to replace shiftIn and
shiftOut. I am working off the code for the... 
spillikinaerospace - Jan 30 2007
thanks, Tom, for the routine. that's REALLY helpful. i just couldn't
figure out how to configured the TC like that.
the plan is to set pin 25 oscillating, then connect it to pin ... 
- Feb 28 2001
I'm trying to talk to an AWC PAK7 pulse coprocessor ( http://www.al-
williams.com/awce/pak7.htm) and it calls for the use of shiftin and
shiftout to do the talk... 
George Chamilothoris - Feb 28 2001
Hello All,
I have some questions regarding the ShiftIn and ShiftOut system calls. I
failed to find these details in the BX documentation
In what order are the bit... 
Marv Skinner - Feb 29 2000
I'm Trying to Read and Write to a NJU6355 Clock Ic.
It Writes LSB first of each digit and each digit is a nibble of the
Byte, or binnary coded decimal.
It also re... 
albertugar - Jan 14 2002
Dear BasicX fiends,
I'm working with a project involving a multitasking with three main
task:
- Read 3 analog inputs.
- Write a Com 3 output to a serial LCD... 
DS1620 [6 Articles]
bryanwasherein04 - Jan 15 2006
I am having problems trying to interface a temp sensor. Can someone
help me out?I know it something in the shiftin/shiftout but I can get
a clear understanding of the functi... 
limorgarcia - Oct 26 2003
I am trying to light 5x7 led dot matrix thru 2 shift registers, so i
have 3 pins of the bx24 connected to the correspondant SR pin and
the 2 SR's connected in a s... 
Paul J. Smith - Jul 23 2005
Hello,
Has anyone managed to interface one of these to the BX24 and would like
to share the code?
I have found very simple sample code for the stamp
sleeptime c... 
biovirus1 - Jun 5 2002
--- In basicx@y..., "Frank Manning" wrote:
> A new version of the BasicX compiler is under development and is
scheduled
> for release in the near... 
Tony Brenke - Oct 31 2001
you just send it bytes.
be sure to send them LSB first.
shiftout will do that.
set the clock pin for clock.
set the data pin for the i/o.
no need to con... 
Alfred Lee - Jul 18 2001
I need help on the ShiftIn command! It is not work for me. I
have write a short program (attached below) to test the ShiftIn
command. I use a routine to continue... 
Stuart Leslie - Feb 28 2000
I just updated my copy of LCD_595 to use the new SHIFTOUT command and I
am impressed with the speed. For those not already aware, LCD_595 is a
cool set of routines ... 
Emil E. Hrivnak - Oct 24 2003
I use the SN74HC595N shift register in one of my projects. It is an eight
bit serial in parallel out shift register with output latches. I have five
of them in se... 
rauseo82 - Mar 20 2006
i am attempting to add memory using an external eeprom. the good
news is that i have added the memory and know that it works. the bad
news is i can't get my information ont... 
chicoisl - Aug 4 2004
Hello,
Is there more information about the ShiftOUT and ShiftIN commands,
more then the System_Library.pdf provides? I am trying to use these
commands in a simi... 
Tom Becker - Nov 5 2009
> ... DS1302...
Ah; you did say 3-wire and, you're right, that's not an SPI interface
device. You'd have better success, I think, using ShiftIn() and
ShiftOut() with it.
... 
Brice D. Hornback - Mar 13 2001
Ok... so... I've done it. My robot needed a brain transplant! Out with the
BASIC Stamp and in with the BX-24. Even the BS2SX wasn't enough... I kept
running out of ... 
Neil Jepsen - Jan 14 2002
Frank
I've copied some of my code in another post. I almost 100% of
the time have an EEprom write error during download, I think because
com3 is active when i do ... 
SPI [6 Articles]
- Nov 19 1999
Do you use a form of the SPI command to do the equivilant of the
BSII's Shiftout?
... 
Tom Becker - Mar 19 2009
> ... the Output capture clock Pin.
Pardon me; my mind is elsewhere. I am thinking of the clock on ShiftOut.
Tom
------------------------------------
... 
Schatzie Walton - Feb 22 2000
MSB or LSB first? (Thanks for FlipBits if it's not the answer I am
looking for!)
Does the datapin transition high before or after the clock pulse?
... 
rauseo82 - Mar 7 2006
i have tried to compile the following code and don't understand how
to fix the error it gives me. could someone please compile it and
explain?
it claims that the integer N i... 
K Jones - Sep 12 2001
I was wondering if it is possible to use the shiftout/shiftin commands
on the bx24 to the pak 7 co-processor by awc electronics?
Thanks,
kevin
... 
William Chan - Jul 31 2004
Why did Frank manning leave?
Where did he go to?
----- Original Message -----
From: "Thad Larson" <>
To: <>
Sent: Sunday, August 01, 2004 5:38 AM... 