Re: ftdi installed - how to test serial connection! by news
news
Wed Nov 30 16:31:47 CST 2005
What registry settings have you got
I use these
; Added for FTDI Driver
[HKEY_LOCAL_MACHINE\Drivers\USB\FTDI_DEVICE_FA04]
"Prefix"="COM"
"Dll"="ftdi_ser.dll"
"ConfigData"=hex:\
01,00,3f,3f,10,27,88,13,c4,09,e2,04,71,02,38,41,9c,80,4e,c0,34,00,1a,00,0d,\
00,06,40,03,80,00,00,d0,80
"InitialIndex"=dword:00000000
"DeviceArrayIndex"=dword:00000000
"LatencyTimer"=dword:00000010
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\1027_64004\Default\Default\FTDI_
DEVICE]
"DLL"="ftdi_ser.dll"
The 1027_64003 will need to be changed according to your device.
The InitialIndex of 0 produces a COM0 on my system, I don 't use
hyperterminal with it so don't know if this would be a problem if it is a
problem try setting InitialIndex to 1.
Paul
"coyote" <robs@sbg.at> wrote in message
news:1133356165.023143.102060@g44g2000cwa.googlegroups.com...
> hi!
>
> i have installed the vcp driver for FTDI FT232BM. i tested the newly
> established port with vcp driver and it worked. bytes were written and
> received (loopback).
>
> nevertheless the new port isn't established in the hyperterminal -
> therefore it isn't possible for me to establish a real serial terminal
> conection between two computers!
> can you help how i could test this or alternativly how to communicate
> with the new serial port!
>
> thx,
>