There is a complete description of all of these operators in the Propeller Manual and in the Propeller Tool's help files under "operators". Please refer to that if you have questions about other operators. Feel free to ask further if you don't understand, but most of what you have been asking here is well documented. Start with the documentation.
There is a complete description of all of these operators in the Propeller Manual and in the Propeller Tool's help files under "operators". Please refer to that if you have questions about other operators. Feel free to ask further if you don't understand, but most of what you have been asking here is well documented. Start with the documentation.
He should have understood a bit of digital electronics prior to learning microcontrollers. At least, a bit.
I completed learning the Spin language in just 16 hours, I do not think it's very difficult.
In QS board if external devices is to to be connected like LCD can we take supply from the board it self??
and it should not hazard the board..and i am also having problem in identification of terminal(ports) of QS board, please tell all the pins description....
In QS board if external devices is to to be connected like LCD can we take supply from the board it self??
and it should not hazard the board..and i am also having problem in identification of terminal(ports) of QS board, please tell all the pins description....
The pinouts can be found in the Propeller manual itself. It is very obvious. Here's the schematic: Propeller QuickStart Schematic
OK, if i want to connect LCD or LED so i have to couple it with any buffer??
and at what external rectifiers....i have done may time amplification but i am fearing to couple the devices with QS board as it should not hazard it...!!
The minimum work that you must do YOURSELF is reading the datasheet and if something is still not clear quoting the datasheet and ask a question like
the datsheet mentions ..... do I understand right that..... to cope with this I would do .... what do you think about it?
Your own effort must be obvoius to the forum-members and the only way to to this is writing about your own effort.
To say it very clear: your style of asking is like this: I want to phone! Can somebody bring the cordless phone to the bed, looking up the number, dialing the number and then handover the phone to me? (because I'm too lazy to do these things myself)
I'm really curoius how many posts it takes until you change your style of asking.
I found using QS board with other ports ....is too easy then using Gates,decoders,etc etc.....
as i was using my 7 segment Display with few codes i found it very cool to use and easy then my previous circuit ( Logic's..)
Now lets come to one more doubt of my, I want to connect my 16x2 lines LCD displays for this i have written down the code which seems to be not working....here it is.
please use the Go Advanced Button in the right lower corner of the edit window.
a new editor will appear with an option to insert CODE. This will preserve the indention of the code.
Indention is essential to programming in SPIN.
Please provide a datasheet of your LCD and a datsheet of its controller-chip.
Without that information it is not possible to analyse where the bug is.
Keep providing all nescessary information
best regards
oh it does not help? Do you need some more specific information as "...."
Yes you are right. But if we (the other forum-members) should help we need more specific information too!
In my understanding providing a datasheet means you attach the PDF-file to a posting.
I want to be really honest: you posted a link with a google search. This is what I thought about that
"either he's too lazy to search for the datasheet himself and wants to shift the work on others
or he wants to be kidding and annoying.
You would be friendly and really cooperative to attach the datasheet once again. With your google-search you force the froum-member to
look up several google hits just to see its an asian version of the datasheet and not in english
or to research your posting from now four pages of postings.
This is a style of giving others extra work for keeping a style of maximised lazyness to yourself..
datasheet 2 is usable. datsheet1 contains asiatic characters which I can't display right on my PC.
In this datasheet there is still not much information on how to communicate with it.
On a posting above you wrote about timing problems.
Could you please explain in DETAILS
- how you connected the display to the propeller (which propeller-pin to which LCD-input)
- the FULL code with every single line of code that is nescessary to make the program compile in the propellertool as an
- a DETAILED description of what happens on the display if you run the code form the OBEX.
keep the detailed descriptions coming
best regards
Stefan
We all are NOT glassphere-watchers that can read your mind or watch your display by parapsychological abilities.
You use JHD162A. I use JHD164A(4Line 16Character).
I wrote driver(8bit mode) for PropForth.
If you are interesting it, please try to translate it to spin(needing assembler).
I think the point is, your msg #143 doesn't read as a request for additional help.
You state you have new code, you connected the LCD to the Prop board and you list your code.......
No mention of what it did or didn't do, what you expected, what you tried or didn't try, what you understand or don't understand...
As others have stated many different ways in this thread, the people in the forum will help and as can be seen, they expend a LOT of their time and energy in helping but the person asking for help does need to make an effort and work at this. I don't think anyone is gogin to read the manual to you or walk you thorugh whatever you want to do step by step. You are execpted to put the most effort into your project and try to find the answer rather than just hoping somone else will give you the answer, this is life, not school.
Also, as mentioned before, a follow-up posting of 'reply.....' is a bit demanding of people that are taking their free time trying to help you. I would be be shocked by that attitude from my 9 year old and it would be corrected....there's no excuse for that attitude toward the forum members from a (presumed) adult.
OK, in my LCD display the upper line is not glowing at all and 2nd line has are full of dots ..!!
the LCD want 4.5V to work and i am taking propeller QS power supply but nothing is happening. The LCD display the same thing. nothing else no cursor no data ( asci code ) i have done initializing as you can see in code..!!
Comments
If out[x] equals one then !out[x] will change it to zero.
If out[x] equals zero then !out[x] will change it to one.
the ! makes easier to turn things on and off.
Are you having fun yet?
Duane
outa[x]~ will always set outa[x] to zero.
He should have understood a bit of digital electronics prior to learning microcontrollers. At least, a bit.
I completed learning the Spin language in just 16 hours, I do not think it's very difficult.
Yes........
and it should not hazard the board..and i am also having problem in identification of terminal(ports) of QS board, please tell all the pins description....
The pinouts can be found in the Propeller manual itself. It is very obvious. Here's the schematic: Propeller QuickStart Schematic
and at what external rectifiers....i have done may time amplification but i am fearing to couple the devices with QS board as it should not hazard it...!!
The minimum work that you must do YOURSELF is reading the datasheet and if something is still not clear quoting the datasheet and ask a question like
the datsheet mentions ..... do I understand right that..... to cope with this I would do .... what do you think about it?
Your own effort must be obvoius to the forum-members and the only way to to this is writing about your own effort.
To say it very clear: your style of asking is like this: I want to phone! Can somebody bring the cordless phone to the bed, looking up the number, dialing the number and then handover the phone to me? (because I'm too lazy to do these things myself)
I'm really curoius how many posts it takes until you change your style of asking.
change your questionstyle
best regards
Stefan
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/PEKitLabs-v1.2.pdf
Give it a try.
as i was using my 7 segment Display with few codes i found it very cool to use and easy then my previous circuit ( Logic's..)
Now lets come to one more doubt of my, I want to connect my 16x2 lines LCD displays for this i have written down the code which seems to be not working....here it is.
please use the Go Advanced Button in the right lower corner of the edit window.
a new editor will appear with an option to insert CODE. This will preserve the indention of the code.
Indention is essential to programming in SPIN.
Please provide a datasheet of your LCD and a datsheet of its controller-chip.
Without that information it is not possible to analyse where the bug is.
Keep providing all nescessary information
best regards
Stefan
There is an object in the OBEX that supports that display.
http://obex.parallax.com/objects/667/
It has a 8 bit interface. Search boxes are your friend.
oh it does not help? Do you need some more specific information as "...."
Yes you are right. But if we (the other forum-members) should help we need more specific information too!
In my understanding providing a datasheet means you attach the PDF-file to a posting.
I want to be really honest: you posted a link with a google search. This is what I thought about that
"either he's too lazy to search for the datasheet himself and wants to shift the work on others
or he wants to be kidding and annoying.
You would be friendly and really cooperative to attach the datasheet once again. With your google-search you force the froum-member to
look up several google hits just to see its an asian version of the datasheet and not in english
or to research your posting from now four pages of postings.
This is a style of giving others extra work for keeping a style of maximised lazyness to yourself..
keep the specific information coming
best regards
Stefan
I have given Google link with all data sheet because for more info. of LCD....!!
Data sheet , data sheet 2
datasheet 2 is usable. datsheet1 contains asiatic characters which I can't display right on my PC.
In this datasheet there is still not much information on how to communicate with it.
On a posting above you wrote about timing problems.
Could you please explain in DETAILS
- how you connected the display to the propeller (which propeller-pin to which LCD-input)
- the FULL code with every single line of code that is nescessary to make the program compile in the propellertool as an
- a DETAILED description of what happens on the display if you run the code form the OBEX.
keep the detailed descriptions coming
best regards
Stefan
We all are NOT glassphere-watchers that can read your mind or watch your display by parapsychological abilities.
You use JHD162A. I use JHD164A(4Line 16Character).
I wrote driver(8bit mode) for PropForth.
If you are interesting it, please try to translate it to spin(needing assembler).
code and curcuit is at #38 below:
http://forums.parallax.com/showthread.php?132332-PropForth-4.5-Available-for-download/page2
I have try new code today...!!
and i have connected LCD supply to propeller board
Did the the software do anything?
You state you have new code, you connected the LCD to the Prop board and you list your code.......
No mention of what it did or didn't do, what you expected, what you tried or didn't try, what you understand or don't understand...
As others have stated many different ways in this thread, the people in the forum will help and as can be seen, they expend a LOT of their time and energy in helping but the person asking for help does need to make an effort and work at this. I don't think anyone is gogin to read the manual to you or walk you thorugh whatever you want to do step by step. You are execpted to put the most effort into your project and try to find the answer rather than just hoping somone else will give you the answer, this is life, not school.
Also, as mentioned before, a follow-up posting of 'reply.....' is a bit demanding of people that are taking their free time trying to help you. I would be be shocked by that attitude from my 9 year old and it would be corrected....there's no excuse for that attitude toward the forum members from a (presumed) adult.
the LCD want 4.5V to work and i am taking propeller QS power supply but nothing is happening. The LCD display the same thing. nothing else no cursor no data ( asci code ) i have done initializing as you can see in code..!!