hi
I need tranfer data from MCU to pC in high speed about 2->3 Mbps/s
Could you please tell me some exam code and program in PC
thank you so much
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.
hi
I need tranfer data from MCU to pC in high speed about 2->3 Mbps/s
Could you please tell me some exam code and program in PC
thank you so much
vu thang said:I installed VS 2008 but I can not run program
Earlier you made this statement - Amit asked for clarity - and now you move to, "speed limitation w/in Tiva." Is that consistent - or properly responsive? No one here can tell if you've gotten VS 2008 (now) to run!
By reading/reviewing the MCU's Peripheral Driver User's Guide you'll find great detail w/in the UART Section. A key function enables you to "quickly/easily" set the baud rate - and importantly - it is highly detailed... Read/review - right there - should prove most useful...
Hi,
While you need to use a highest speed serial interface, this is problematic these days, since most if not all desktop computers/laptops do not have anymore a dedicated serial interface, being replaced by USB, even USB3/USB-TypeC interface.
To use a serial interface with a computer, you need to add a level translator to your micro board. This one limits the maximum available speed. Many such circuits (TI's MAX3232) usually have declared max speed as 1MB, but others are even lover, such as 120KB or, some models 230KB.
A second limitation comes from the need to add a USB to RS232 adapter to your PC. While such adapter could be found with lower prices (~$5), also limits the maximum speed (same problem/solution as above). The lower prices ones even do not specify maximum speed - so be careful what you choose. The available such converters are for USB1 or USB2, so if your computer has only USB-TypeC, this is also another problem.
Even for highest speed as Amit told you there are problems - you may connect directly two boards, short lengths, with special cable. The reason is cable capacity, which limits the highest speed (low capacity cable may exist, but to find them out and the price is another big problem).
So the only possibility is USB interface as suggested by Amit.
For C# there is not speed problem, the hardware is the main limiting source.