Other Parts Discussed in Thread: RI-STU-MRD2, MRD2EVM
Anyone has the Microreader RI-STU-MRD2 Source Code?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: RI-STU-MRD2, MRD2EVM
Anyone has the Microreader RI-STU-MRD2 Source Code?
It seems that nobody never used this module ...
The MRD2 is a update to the MRD1 (which has been in continuous high volume production since about 1995)...the MRD2 does use MSP430, but we will not release the source for it, for obvious reasons. Its not meant to be anything more than finished module for use with TI LF HDX based transponders.
Perhaps, it was possible to obtain a simple source code to read a register that stores data tags via the serial port ...
Does anyone know?
Luiz-
can you explain a bit more exactly what you want here? the MRD2 will "spit out" the tag data to its host - which can be stored on the host MCU...so that is what you have available here to work with.
Dear Mr. Josh Wyatt:
Thank you for the clarification.
I apologize for the terms used, because I am somewhat familiar with his Brazilian technical language.
Actually, I'm new to programming and orienting the work of a student in the high school to assist the visually impaired.
Acquired Microreader (http://www.ti.com/tool/mrd2evm # close) to read tags attached to clothes visually impaired. Each piece of clothing would get a tag with information about the shape and color.
We will use an audio card (http://www.ti.com/tool/430boost-c55audio1) to playback information read from the tag.
We note two ways to communicate between host and reader: USB and serial, and chose the simplest, ie the serial via pins 5 and 6.
In "continuous mode" can read the tags, however, does not know the commands formats through the serial interface.
I guess I should configure the serial port, open, request information from the tag through the ECM, for example, and close the serial port.
It would be possible to use the source code https://sites.google.com/site/mspscifiles/tutorials/uartTXG2231.c?attredirects=0&d=1
(http://mspsci.blogspot.com.br/2012/05/tutorial- transmitter.html-16f) to send a specific command to microreader?
On the line 39: char message [18] = "Hello from MSPSCI!"
It would be possible to replace the message "Hello from MSPSCI!" by ECM code 0x00 to read a memory address?
the user manual ==> http://www.ti.com/lit/ug/scbu049/scbu049.
(Chapter 6, starts on page 19)