|
I assume you want to reprogram a modem or something?
You're going to need extensive knowledge of general programming, and you're not talking a minor project with this. People spend years doing this stuff.
Basically, it would involve finding a list of commands available to the modem (or whatever you're hacking). From there, you'd need to write a program in the language of commands that the hardware recognizes. The languages are usually completely propriatary, and for something simple like a modem, quite possibly rather primitive. If you're talking about rewriting the command system from scratch, it's more complex. For a Winmodem, it would be easiest. As I understand, that would be just changing the drivers within Windows. Drivers are often coded in something like C, so not too many problems there.
Hope this gives at least some ideas of how complex a thing you're talking about.
Note: THere is a possibility that I am wrong on at least some of this. I am self- taught in what I know, altohugh with about 5 years of experience. Anyway, I am POSITIVE that it would just be easier to write a program to do what you want to do with already existing hardware and hardware programming.
|