Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



Ads

basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Discussion Groups

BasicX

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "shiftout"

  

Post a new Thread

Optimizing   [7 Articles]

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... Optimizing

One last Question - Shiftout   [2 Articles]

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... One last Question - Shiftout

shiftin and shiftout command

- 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?? ... shiftin and shiftout command

ShiftOut/In   [2 Articles]

Mike Linnen - Aug 5 2000
Does ShiftOut and ShiftIn transfer the MSB first or is it the LSB first? ... ShiftOut/In

shiftout (lsb or msb first)?   [5 Articles]

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. ... shiftout (lsb or msb first)?

connecting BX-24s using ShiftIn / ShiftOut

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 ... connecting BX-24s using ShiftIn / ShiftOut

Re: FW: getbit command

- 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 ... Re: FW:  getbit command

Slowing Down ShiftIn/ShiftOut Clock Speed   [4 Articles]

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 ... Slowing Down ShiftIn/ShiftOut Clock Speed

ShiftIn/ShiftOut commands.   [2 Articles]

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... ShiftIn/ShiftOut commands.

I2C and PCF8574 - ShiftOut

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... I2C and PCF8574 - ShiftOut

Question on ShiftOut   [5 Articles]

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 ... Question on ShiftOut

I2C and DS1077   [3 Articles]

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... I2C and DS1077

shift register - simple q   [4 Articles]

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... shift register - simple q

Re: Mental block   [3 Articles]

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... Re:  Mental block

Slower ShiftOut()?   [6 Articles]

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... Slower ShiftOut()?

Sony PS Controller and BX-01: ShiftIn ShiftOut replacement

"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... Sony PS Controller and BX-01: ShiftIn ShiftOut replacement

Re: 9600 hz oscillator with the bx-24?   [2 Articles]

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 ... Re: 9600 hz oscillator with the bx-24?

slow (16-50kHz) shiftin & shiftout   [3 Articles]

- 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... slow (16-50kHz) shiftin & shiftout

Re: Digest Number 518   [3 Articles]

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... Re:  Digest Number 518

ShiftIn ShiftOut

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... ShiftIn ShiftOut

ShifOut Com3 Conflict   [2 Articles]

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... ShifOut Com3 Conflict

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... DS1620

pls look at this code

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... pls look at this code

bx24 - max1270   [7 Articles]

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... bx24 - max1270

Re: Preview of coming attractions

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... Re: Preview of coming attractions

RE: Hex to Integer routine   [3 Articles]

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... RE:  Hex to Integer routine

I need help on ShiftIn command!   [3 Articles]

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... I need help on ShiftIn command!

LCD_595 and Shiftout   [2 Articles]

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 ... LCD_595 and Shiftout

Re: shift register and bx   [2 Articles]

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... Re:  shift register and bx

convert 10 bits to 8 bits

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... convert 10 bits to 8 bits

ShiftIN and ShiftOUT help   [4 Articles]

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... ShiftIN and ShiftOUT help

BS2SX to BX-24 Conversion - Please Help   [3 Articles]

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 ... BS2SX to BX-24 Conversion - Please Help

Re: Beta4

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 ... Re:  Beta4

SPI   [6 Articles]

- Nov 19 1999
Do you use a form of the SPI command to do the equivilant of the BSII's Shiftout? ... SPI

Shiftout   [13 Articles]

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? ... Shiftout

weird error message

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... weird error message

Basicx 24 AND Pak7   [4 Articles]

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 ... Basicx 24 AND Pak7

Re: Frank Manning   [3 Articles]

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... Re:  Frank Manning

Re: Shiftout   [2 Articles]

Neil Jepsen - Mar 3 2001
Just as fast Tony. The data rate for shiftout is not adjustable of course, but I do have some sleeps in there sonif there IS an error, i'll get to see it before it ... Re:  Shiftout

SP03 Speech module

Ron A. Nucci - Apr 1 2003
Hi Has anyone written code to talk to the Devantech SP03 using the I2C interface and the shiftout command ? Thanks RN ... SP03 Speech module
| 1 | 2 | 3 | 4 | next