ALL 4 COM to use on WinCE6 tiny6410

DEvPer
Hello everyone,

Anyone known how  compile the  SERIAL driver(smdk_serial.dll) to 
use all 4 ports on Tiny6410 module?. 

In orginal BSP the serial driver is excluded from project and 
after compiling the sources, driver is replaced from file
files/smdk_serial.dll delivered orginal from friendlyarm
(this is working with all four ports).

But I need change serial driver to activate/deactivate additional pin from 
processor(to open transmiter RS485).

Can anyone help me.?

Best regards,

DevPer

DEvPer
After compiling the sources, there aren't visible COM1. 
In HKEY_LOCAL_MACHINE/drivers/active/#/ there are visible COM2-COM4
all records.
For COM1 visible is only BusName, BusParent, InterfaceType.

The method domdom to switch each other com1 TO COM2 in
HKEY_LOCAL_MACHINE/drivers/builtin/serial.. is not working.

mindee
Hi

Maybe your BSP is too old, please download the latest.

Mindee

DEvPer
I have the latest. (in SERIAL driver there aren't any changes in previusly
BSP).

thx 
DevPer

mindee
Do you want how to control the RS485? To customize the driver, please
contact with mindee.friendlyarm@gmail.com

mindee

DEvPer
I wrote myself driver and it work. But i need use all 4UART but 
it works with only 3.
Ok i wrote email.

DevPer

Abuda
Hi DevPer,

I did a modification in serial driver to work with a rs485 driver in wince5
for mini2440.

I tried the same, but changing the ports for wince6 in mini6410 and it
didn't work.

Could you send me your source code? (eduardo.gabriel@ig.com.br)

Abuda
anyone?