How I send big binary file(ie. MP3, WAV etc)to serial port ?

Status
Not open for further replies.

elcielo

Full Member level 6
Joined
Jun 13, 2002
Messages
383
Helped
15
Reputation
30
Reaction score
8
Trophy points
1,298
Activity points
3,250
How I send big binary file(ie. MP3, WAV etc)to serial port ?

I want PIC or AVR Source and PC source.

plz help me.
 

Under DOS use:
first use MODE command to set serial comm parameters, then use:

COPY filename COMx: /B

/B - binary file
/A - ASCII file
 

Re: How I send big binary file(ie. MP3, WAV etc)to serial po

or under hyperterminel in the menu you find an option like 'send file'
 

Re: How I send big binary file(ie. MP3, WAV etc)to serial po

Implement on PIC ZModem Protocol then you will never lose packets
 

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