Re: COM port not available for Modem dial-up connection error
- From: C.L <CL@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Nov 2008 23:31:00 -0800
UMCON is one register of S3C2443's UART port. If you have the S3C2443 user
menual, you can find it out in uart chapter.
I check the driver and obtain that auto flow control is default disabled. So
you can use it to connect the uart modem directly without any modification.
You can write an app to open COM1 using CreateFile API to check if COM1 is
registered successfully in your system.
"San" wrote:
As you told me to lock for debug port configuration I've looek too for KITL.
port configutarion and I've seen that KITL has the possibility of using
UARTO...But on my Platform desing I've disabled KITL so...
Thanks for your help!!!
"Michel Verhagen (eMVP)" wrote:
Are you using COM1 as debug port? You may have to disable this in your
BSP (location depends on the BSP, usually the file is called debug.c or
..cpp and can be found in the oal).
Good luck,
Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog
GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.
San wrote:
hi all,
I'm trying to connnect vby seiral comunication a MC35 Siemens GPRS modem to
my Windows ce device (smdk2443).
I set configuration on Networking and dial-up connection by when I try to
run connection wince reports an error:
Port not available: maybe another program is using the port
I have 2 serial ports
COM1 -> only UART0 (where I'm trying to connect modem)
COM2 -> UART1/2/3
Reading 2443 documentation I've found something about Auto Flow Control:
"If users wants to connect a UART Modem, disable auto flow control bit in
UMCONn register and control the signal of nRTS by software."
I'm not sure abuot how doing it cause I dont know where is UMCON register.
Can anyone help me? Anyway coudl it be the reason I'm not getting my
connection?
thanks in advance!!
- References:
- COM port not available for Modem dial-up connection error
- From: San
- Re: COM port not available for Modem dial-up connection error
- From: Michel Verhagen (eMVP)
- Re: COM port not available for Modem dial-up connection error
- From: San
- COM port not available for Modem dial-up connection error
- Prev by Date: change keyboard layout to support mongolian language
- Next by Date: Windows CE 5.0 Evaluation on windows Vista
- Previous by thread: Re: COM port not available for Modem dial-up connection error
- Next by thread: How to support 1GB ram size in WINCE 6.0
- Index(es):
Relevant Pages
|