Hello!
I need to know if it is possible to use the net_config.h with my XC167CI microcontroller.
If it is possible, how can I download it?
However, I would like to connect a modem to my XC167CI microcontroller and I don't know exactly how I can do it, so I was thinking to use net_config.h, if it were possible.
If someone could help me or say to me where I can obtain some documentation about it, please do it.
Thanks very much.
Willow.
Well. I think my before explanations were a bit awful.
I am trying to explain better.
I am using XC167CI microcontroller.
I would like to connect a modem via serial port to my XC167CI. My modem is a GSM modem.
In my computer I have another GSM modem and I want to try to connect to the GSM modem of the XC167CI microcontroller.
I don't have any library, any files neither any header file. In keil forum I have read something about <net_config.h>. It has some methods I think they could be useful for me, like init_modem; modem_dial, modem_hangup, ... But, when I include this header file to my program, the compiler sais to me there is something wrong (it is impossible to open that file). Obsviously, I don't have this header file.
So, where can I find libraries, header files or something similar for my problem?
Is it possible to connect my microcontroller via serial port with a GSM modem?
Where have you seen it?
"I was thinking to use net_config.h, if it were possible."
It's almost certainly just a header file - you won't get far with just a header file! You will also need the corresponding library and/or source file(s)...!
"where I can obtain some documentation about it"
Have you tried looking in the same place where you found this file??
I think you would need to read the modem's manual to figure out how its protocol works.
Hello, Tamir!
Thanks for your fast answer.
Yes, I am going to connect my modem via the serial port.
What can I do?
you can download anything you want - only one problem - the XC167CI does not have a network adapter ! do you want to connect your modem via the serial port?
View all questions in Keil forum