[Help] How to send file WAV to Com port

Status
Not open for further replies.

hongphuc118

Member level 2
Joined
Jun 25, 2011
Messages
52
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,288
Location
Ha Noi,Viet Nam
Activity points
1,514
I have a mini project.In my project,MCU 89C51 receive a WAV file from PC.After that,89C51 will play this music file.
Can you help me build a programme which send WAV file from PC to MCU?
 

you can have a program (in C, C++, VB, etc) on the PC which reads the WAV file as a sequence of bytes and sends them over some communication channel (RS232 serial, USB, Ethernet, etc) to the 89C51. The 89C51 has a program to decode the bytes received as a WAV files and play it.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…