| Author |
Message |
|
|
Posted: Feb 24, 2012 - 08:03 AM |
|

Joined: Apr 03, 2011
Posts: 9
|
|
| can anyone tell me the schematic diagram of the interfacing between microcontroller ATMEGA168P with the encoder HT640s???/ |
|
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 12:40 PM |
|


Joined: Apr 15, 2009
Posts: 4861
Location: San Jose, CA
|
|
| Are you sure that you really need this IC? It does something that can be done in software in just few lines of code. What you really need is something named "TXM-xxx-LC" in the datasheet. |
_________________ The opinions and views expressed by me on this forum are my own and do not represent my employer or anyone else that I’m affiliated with.
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 07:13 PM |
|

Joined: Jun 25, 2011
Posts: 96
|
|
|
alexru wrote:
Are you sure that you really need this IC? It does something that can be done in software in just few lines of code.
well what is the code? |
|
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 07:21 PM |
|

Joined: Apr 03, 2011
Posts: 9
|
|
| so can u tell me the code that can be used at the place of that ic???? |
|
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 07:32 PM |
|


Joined: Apr 15, 2009
Posts: 4861
Location: San Jose, CA
|
|
No, I'm not doing other people homework. Show me your code and I'll correct bugs in it, but I'm now writing the code for you.
Mod: stop using two accounts. |
_________________ The opinions and views expressed by me on this forum are my own and do not represent my employer or anyone else that I’m affiliated with.
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 07:37 PM |
|

Joined: Apr 03, 2011
Posts: 9
|
|
so, after using that code there will be no requirement of encoder ic,????
is this right??? |
|
|
| |
|
|
|
|
|
Posted: Feb 24, 2012 - 07:50 PM |
|


Joined: Apr 15, 2009
Posts: 4861
Location: San Jose, CA
|
|
| Correct, you can even use standard UART module. All this IC does is data serialization, which will be done by the UART module. Connect UART TX pin to whatever "TXM-xxx-LC" is and you've got a transmitter. |
_________________ The opinions and views expressed by me on this forum are my own and do not represent my employer or anyone else that I’m affiliated with.
|
| |
|
|
|
|
|
Posted: Feb 26, 2012 - 12:05 PM |
|

Joined: Apr 03, 2011
Posts: 9
|
|
if i want to send some signals from microcontroller to my pc and then want to viusulize it.
how to connect both of them????
what softwares exactly should be used??? |
|
|
| |
|
|
|
|
|