Hello!
I use varian async 32 package with borland c++ builder 5. I want read the serial number of a modem with ATIx AT command.
Can anyone tell me which va32 component(s) and method(s) should I use to get this number?
Thank you!
Hi!
I want ot create functions in a dll (in bcb5), to use datas from a database with ODBC connection.
How can i do this?
I try to create a data module inside a dll, and create a TDatabase object, and the dll was compiled succesful, but when i tried to call the dll function (it creates and...
Hi!
I want to get the SIM card's phone number from a GSM modem with AT commands. I look after for this, but I didn't find anything.
Please write me an AT command for this problem.
Thanks.
I want to send sms under a sw, that was written in borland c++ builder 5. I use Varian Async 32 package (TVaComm component).
There is no problem sending sms, but the text of the sms is not correct. There's some 'alien' characters at the beginning of the sms when it is received by the phone and...
Hi!
There's a file, what stores events. I don't know how can it be, but when the software (what makes this file) write a new event to the file, the file last write date is not changing and the size is fix (fill with x00).
I try to watch the file with FindFirstChangeNotification and...
Hi!
I want to catch the changes of a file (time or size) in c++, but not with timer, i want to start a code automatically when the file is changed. Is there any possibilities for this in c++?
Hello!
I have connected a n6310 to the COM2 through the phone's serial cable and write this code in C++:
-----
...
void* hPort;
hPort=CreateFile("COM2:",GENERIC_READ|GENERIC_WRITE,0, NULL,OPEN_EXISTING,0,NULL);
AnsiString Message;
DWORD dwNumBytesWritten...
Hi!
I have an ma-8610c usb cable with a nokia6310. I want to use the
phone's modem, but the windows and the nokia modem setup prg can't find
the phone. I've tried to reinstall the cable driver and the nokia modem
setup, and all the usb ports on the pc but it doesn't works.
Please send me...
I have a table (in MSACCESS_2000)with a 'timestamp' column, in these format:
'yyyy. mm. dd. hh:mm:ss'.
I want to query records between two date like this:
'...WHERE timestamp BETWEEN '2002. 07. 17. 12:12:05' AND '2002. 07. 17. 12:21:04';'.
The program send an inputbox asking for a parameter and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.