I open "com1:" and that is OK, I get now error.
But it doesnt activate the "TR" indicator on the modem.
When I us ethe hyperterminal to "connect" to com1:
or echo atdt >com1: the "TR" indicator lights up.
But I can't seem to get it to work with "fopen()"
Any ideas?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
: I open "com1:" and that is OK, I get now error.
: But it doesnt activate the "TR" indicator on the modem.
: When I us ethe hyperterminal to "connect" to com1:
: or echo atdt >com1: the "TR" indicator lights up.
: But I can't seem to get it to work with "fopen()"
:
: Any ideas?
Hi,
After you opened stream with fopen(), did you use
fprintf() to output "atdt" string to the stream?
It should work.
Eugene.
: : I open "com1:" and that is OK, I get now error.
: : But it doesnt activate the "TR" indicator on the modem.
: : When I us ethe hyperterminal to "connect" to com1:
: : or echo atdt >com1: the "TR" indicator lights up.
: : But I can't seem to get it to work with "fopen()"
: :
: : Any ideas?
: Hi,
: After you opened stream with fopen(), did you use
: fprintf() to output "atdt" string to the stream?
: It should work.
: Eugene.
: : I open "com1:" and that is OK, I get now error.
: : But it doesnt activate the "TR" indicator on the modem.
: : When I us ethe hyperterminal to "connect" to com1:
: : or echo atdt >com1: the "TR" indicator lights up.
: : But I can't seem to get it to work with "fopen()"
: :
: : Any ideas?
: Hi,
: After you opened stream with fopen(), did you use
: fprintf() to output "atdt" string to the stream?
: It should work.
: Eugene.