Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top