FTDI library working for C++!
tholberton
Posts: 41
Okay, so I've spent half the day trying to get the ftd2xx library working. I tried for a while to get it working on microsoft visual studio and it never worked
and then i tried it on code blocks and was able to get one of the demos working. I'm not sure if this has been a difficult task for anyone else but it sure was
for me! hahaha. so anyone looking to write serial interface programs for a propeller application, i highly recommend downloading the vcp_ex program example
because it's simple and easy to learn from. and if anyone has gotten this library working with microsoft visual studio, please let me know!
and then i tried it on code blocks and was able to get one of the demos working. I'm not sure if this has been a difficult task for anyone else but it sure was
for me! hahaha. so anyone looking to write serial interface programs for a propeller application, i highly recommend downloading the vcp_ex program example
because it's simple and easy to learn from. and if anyone has gotten this library working with microsoft visual studio, please let me know!
Comments
Jeff T.