Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Other Forums > Chit-Chat


Chit-Chat Relax for a bit and have a general conversation (off topic is allowed!) with other members. Please be polite and respect your fellow members.

Reply
 
Thread Tools Display Modes
Old 5th October 2005, 10:24 PM   (permalink)
Default morse code beeper

i have written a program that can beep out any text (A to zero) in mouse code and would like to share it, i don't mind what you do with i. it won't sell for much but if you want, to go ahead.
Attached Files
File Type: zip morse.zip (113.6 KB, 18 views)
__________________
when you post that reply, im just kidding.
danielsmusic is offline   Reply With Quote
Old 6th October 2005, 04:59 AM   (permalink)
Default

Works prety good.Nice one

This DOS app still runs in XP.


You shod go to Visual Basic or C to make programs for Windows.
__________________
Il give you shocking experience.
Someone Electro is offline   Reply With Quote
Old 6th October 2005, 03:29 PM   (permalink)
Default

Hmm, seems like it doesn't work with CAPITAL letters :lol:
__________________
"I share, thus I am"
Jay.slovak
Read this!
ICD2 Clone
Best PIC/DsPIC Bootloader

Read my Inchworm ICD2 review!
Jay.slovak is offline   Reply With Quote
Old 6th October 2005, 04:09 PM   (permalink)
Default Re: morse code beeper

Quote:
Originally Posted by danielsmusic
i have written a program that can beep out any text (A to zero) in mouse code and would like to share it, i don't mind what you do with i. it won't sell for much but if you want, to go ahead.
Please be quiet and not let all the cats know of this code(long click, short click, double-click, drag....) or else....
__________________
L.Chung
eblc1388 is offline   Reply With Quote
Old 7th October 2005, 12:01 AM   (permalink)
Default

it is not a dos app, this app is desined for windows xp only(may run on other operating systems as well)

Quote:
Hmm, seems like it doesn't work with CAPITAL letters :lol:
yea i didn't protect against bugs, so if you put a invalid charicter in it will just bring that error msg that windows xp brings up.

i wrote it in microsoft visual c++
__________________
when you post that reply, im just kidding.
danielsmusic is offline   Reply With Quote
Old 7th October 2005, 09:02 AM   (permalink)
Default

Quote:
Originally Posted by danielsmusic
yea i didn't protect against bugs, so if you put a invalid charicter in it will just bring that error msg that windows xp brings up.
That's hardly 'protecting against bugs', it's a serious bug you've written in to it - it's also trivial to fix (which is how you should have done it in the first place), simply convert all characters to lower case.

It's a nice simple program, and very easy to do, essentially just a lookup table.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 8th October 2005, 01:32 AM   (permalink)
Default Re: morse code beeper

Quote:
Originally Posted by danielsmusic
i have written a program that can beep out any text (A to zero) in mouse code
Wouldn't squeaking be more appropriate than beeping?

PS Has this been approved by Benjy mouse and Frankie mouse?
Phasor is offline   Reply With Quote
Old 8th October 2005, 04:35 AM   (permalink)
Default

That depends on your motherbard(Becose the circuit that drives the internal speaker in there.).My make soft and easy to listen to beeps.Whith some Sqick realy high pitch noises.Mostly old PCs make such sqiling sounds.
__________________
Il give you shocking experience.
Someone Electro is offline   Reply With Quote
Old 8th October 2005, 08:06 AM   (permalink)
Default

Quote:
Originally Posted by Someone Electro
That depends on your motherbard(Becose the circuit that drives the internal speaker in there.).My make soft and easy to listen to beeps.Whith some Sqick realy high pitch noises.Mostly old PCs make such sqiling sounds.
Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 8th October 2005, 09:38 AM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
Quote:
Originally Posted by Someone Electro
That depends on your motherbard(Becose the circuit that drives the internal speaker in there.).My make soft and easy to listen to beeps.Whith some Sqick realy high pitch noises.Mostly old PCs make such sqiling sounds.
Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:
__________________
"I share, thus I am"
Jay.slovak
Read this!
ICD2 Clone
Best PIC/DsPIC Bootloader

Read my Inchworm ICD2 review!
Jay.slovak is offline   Reply With Quote
Old 8th October 2005, 09:42 AM   (permalink)
Default

Quote:
Originally Posted by Jay.slovak
Quote:
Originally Posted by Nigel Goodwin
Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:
No, I know it wouldn't, but it's not a Windows program either! - but presumably it would compile under DOS and run?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 8th October 2005, 09:45 AM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
Quote:
Originally Posted by Jay.slovak
Quote:
Originally Posted by Nigel Goodwin
Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:
No, I know it wouldn't, but it's not a Windows program either! - but presumably it would compile under DOS and run?.
If you compile it in DOS compiler then yes. But he said he used Visual Studio and that makes it WIN32 application even if it isn't using Win GUI.
__________________
"I share, thus I am"
Jay.slovak
Read this!
ICD2 Clone
Best PIC/DsPIC Bootloader

Read my Inchworm ICD2 review!
Jay.slovak is offline   Reply With Quote
Old 8th October 2005, 09:47 AM   (permalink)
Default

If you doubt me, read this. It's a part of header of that program:

Code:
This program cannot be run in DOS mode.
:twisted:
__________________
"I share, thus I am"
Jay.slovak
Read this!
ICD2 Clone
Best PIC/DsPIC Bootloader

Read my Inchworm ICD2 review!
Jay.slovak is offline   Reply With Quote
Old 8th October 2005, 10:44 AM   (permalink)
Default

Quote:
Originally Posted by Jay.slovak
If you doubt me, read this. It's a part of header of that program:

Code:
This program cannot be run in DOS mode.
:twisted:
I don't doubt you, in fact just above I said that I know it can't run under DOS - but it's not really a Windows application either - just a Windows 'bodge' of a DOS program.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 8th October 2005, 10:52 AM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
Quote:
Originally Posted by Jay.slovak
If you doubt me, read this. It's a part of header of that program:

Code:
This program cannot be run in DOS mode.
:twisted:
I don't doubt you, in fact just above I said that I know it can't run under DOS - but it's not really a Windows application either - just a Windows 'bodge' of a DOS program.
Yes, it's using old DOS interface....
__________________
"I share, thus I am"
Jay.slovak
Read this!
ICD2 Clone
Best PIC/DsPIC Bootloader

Read my Inchworm ICD2 review!
Jay.slovak is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 06:24 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.