Similar Threads:
1.Xscale PXA255 UART Driver
I am using the Hyper PXA255B developing board,The board have three UART:
SUART, BTUART and FFUART.
The SUART is used as a debug serial, and it works properly. I can load the
BTUART driver successfully, and it works as COM1.
Now my problem is I can't load the FFUART driver successfully! I have read
the driver source code, and I can make sure the BTUART and FFUART use the
same driver xsc1bd_serial.Dll. The IoBase of the BTUART is 0xa6400000, and
the IoBase of the FFUART is 0xa6300000.
The registry setting of the BTUART are as follows:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial]
"Dll"="xsc1bd_serial.Dll"
"IoBase"=dword:a6400000 ;BTUART_BASE_U_VIRTUAL
"IoLen"=dword:24
"Irq"=dword:0 ;21 - Dummy value. This subkey is not
really used by the driver.
"Tsp"="Unimodem.dll"
"DeviceArrayIndex"=dword:2
"Prefix"="COM"
"Order"=dword:0
;"Index"=dword:4
;"Priority256"=dword:67 ; Using default priority value
"DeviceType"=dword:0
"FriendlyName"=LOC_DISPLAYNAME_SERIAL
; Eliminate flow control bit
"DevConfig"=hex:
10,00,00,00,05,00,00,00,10,01,00,00,00,4B,00,00,00,00,08,00,00,00,00,00,00
according to the above settings, I set the FFUART registry as:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial1]
"Dll"="xsc1bd_serial.Dll"
"IoBase"=dword:a6300000 ;FFUART_BASE_U_VIRTUAL
"IoLen"=dword:24
"Irq"=dword:0 ;21 - Dummy value. This subkey is
not really used by the driver.
"Tsp"="Unimodem.dll"
"DeviceArrayIndex"=dword:3
"Prefix"="COM"
"Order"=dword:0
;"Index"=dword:4
;"Priority256"=dword:68 ; Using default priority value
"DeviceType"=dword:0
"FriendlyName"=LOC_DISPLAYNAME_SERIAL
; Eliminate flow control bit
"DevConfig"=hex:
10,00,00,00,05,00,00,00,10,01,00,00,00,4B,00,00,00,00,08,00,00,00,00,00,00
but, the FFUART driver can't load successfully.
Please help me!
Thanks
2.Bluetooth UART transport causes high CPU load with HiSpeed UARTs
Hello,
We deploy a Bluetooth module connected over a HighSpeed UART running
at 921600kbit/sec using the BT UART transport layer. Unfortunately,
there is a CPU load of 40% during data reception, which is a problem
for our project! Our serial driver causes appr. 5% of the load, so the
rest comes from the others!
We looked at the PUBLIC\COMMON\OAK\DRIVERS\BLUETOOTH\TRANSPORTS\UART
\hciuart.cxx and saw a polling loop around ReadFile(), where serial
data are received. We suspect this polling loop to be the culprit of
the high CPU load! We tried to change it using the WaitCommEvent()
API, without success.
Has anyone an optimized version of the Bluetooth UART transport
implementation?
Thank you,
Peter
3.Alpha Wire Solid Wire Solder (PH50445)
4.Wired and Wireless network can't print to wired network printer
I have a dsl modem connected to a linksys router (4 ports), I have added the
Microsoft Wireless Base Station MN-700 to my wired network. Wireless and
wired pc's and devices work ok. I'm having problems setting up the network
printer to work on my Wireless PC. I can ping the printer from my wireles pc
but I can't print to it. Wired Network Printer IP 192.168.1.xxx (connected to
Linksys Router) and Wireless PC 192.168.2.xxx . I have set all pc's for
MSHOME.
Any idea how to fix this problem ?
THX!
Frank
5.Wireless to Wired XP HOME SP2 - Wired cannot access Wireless box
I have just set up a small residential network. One box is a wireless laptop
and one box is a wired desktop. Both boxes have internet access. The
wireless can see and access files on the wired. The wired can see the
wireless, but cannot access it. I receive the following error message when I
attempt to access the wireless:
\\nameofbox is not accessible. You might not have permission to use this
network resource. Contact the administrator of this server to find out if you
have access permissions. The network path was not found.
6. Wireless to Wired XP HOME SP2 - Wired cannot access Wireless b
7. 6 Wire & 4 Wire 1394 LAN Possible?
8. CP2101 USB to UART Controller Driver