Thank you Mike for your help. I've studied everything available that I
could find and still stuck. With typical USB hardware peripherals I've
programmed to in the past, they have *.dll file(s) I can import into my
Visual Studio C# project and use the hardware's custom API data structure
calls and send them through the virtual USB to get the data. I've never
worked with an embedded system so, while I understand the basics of how it
works, I'm having trouble with the syntax to request specific data from the
K64F-AGM01. I connect to the port through my C# project and send a ReadLine
command. The information I get back is hex numbers. Is this what I should
expect? If so, how do I translate them? (As a side note, when I hook the
K64F board up to Tera Term, the console just prints a stream of garbage) I
was hoping to be able to just send a request to the port from my C# project
to get the fRhoPl data from the K64F. If there is a simple line of C code
from my C# project to do this, I haven't found it. I see there's a
sUARTOutputBuffer in the bare metal code. Is that where can pick up the
data from the host? If so, how? Should I write lines of code in the bare
metal main program to actually send information to the port, then read it
from the port on the host (C# project) side?
Thanks in advance,
Randy
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Sat, Dec 2, 2017 at 7:54 AM, michaelestanley <admin@community.nxp.com>