ftdi-usb-sio-devel Mailing List for FTDI USB Serial Converter Driver (Page 9)
Brought to you by:
bryder
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(11) |
Nov
(25) |
Dec
(25) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(16) |
Feb
(98) |
Mar
(46) |
Apr
(35) |
May
(15) |
Jun
(73) |
Jul
(49) |
Aug
(28) |
Sep
(16) |
Oct
(24) |
Nov
(36) |
Dec
(37) |
2004 |
Jan
(40) |
Feb
(21) |
Mar
(32) |
Apr
(27) |
May
(32) |
Jun
(48) |
Jul
(62) |
Aug
(22) |
Sep
(13) |
Oct
(14) |
Nov
(24) |
Dec
(26) |
2005 |
Jan
(15) |
Feb
(14) |
Mar
(31) |
Apr
(19) |
May
(23) |
Jun
(76) |
Jul
(64) |
Aug
(68) |
Sep
(30) |
Oct
(11) |
Nov
(20) |
Dec
(14) |
2006 |
Jan
(7) |
Feb
(5) |
Mar
(10) |
Apr
(10) |
May
(17) |
Jun
(13) |
Jul
(9) |
Aug
(8) |
Sep
(27) |
Oct
(54) |
Nov
(38) |
Dec
(31) |
2007 |
Jan
(21) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(3) |
Jun
(2) |
Jul
(2) |
Aug
(11) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2008 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
(8) |
Sep
|
Oct
(3) |
Nov
(6) |
Dec
(2) |
2009 |
Jan
(14) |
Feb
(3) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(5) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(5) |
Dec
(6) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(2) |
Apr
(4) |
May
(1) |
Jun
(7) |
Jul
(7) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(15) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
(3) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Pawel K. <pkr...@sl...> - 2006-12-11 13:38:02
|
Hi, would you like to be so kind and give some advice for my problem. I have a device (passport reader which contains of 2 device in there OCR optical reader and RFID chip reader). I'd like to map both devices (one USB cable connector) to my linux system. Both of them run on "ftdi_sio" kernel module, but there is the problem. I have to install the module like this: # modprobe ftdi_sio there is no mapping for any ttyUSB* if I run: # modprobe ftdi_sio vendor=0x1781 product=0x09af there is OK, a have a mapping to serial port /dev/ttyUSB0 of one of the device (OCR part) but I am unable to map the second (RFID part) to /dev/ttyUSB1. Of course, if I install the module: # modprobe ftdi_sio vendor=0x0403 product=0xdd20 I have RFID device mapped to the /dev/ttyUSB0 My question is if there is any method to run both devices by the module "ftdi_sio". I tried to change a name of that module to for example "ftdi_abc" and run: # modprobe ftdi_sio vendor=0x1781 product=0x09af # modprobe ftdi_abc vendor=0x0403 product=0xdd20 and it seems to be OK, but for me it's very odd way. Here is the "devices" file from "proc" for my Device: T: Bus=01 Lev=02 Prnt=09 Port=00 Cnt=01 Dev#= 11 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=1781 ProdID=09af Rev= 6.00 S: Manufacturer=FTDI S: Product=FT232R USB UART C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=serial E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms T: Bus=01 Lev=02 Prnt=09 Port=01 Cnt=02 Dev#= 12 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0403 ProdID=dd20 Rev= 4.00 S: Manufacturer=ACG Austria S: Product=USB Converter C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms Regards, Pawel Krystek |
From: Rodrigo M. <ro...@ub...> - 2006-12-09 16:00:35
|
<HTML> <BODY> <a href="http://www.geocities.com/lqoduaafpcfn186/index.htm">Teen in glasses gets fucked by schlong</a> </BODY> </HTML> |
From: Ciriaco P. <eva...@ba...> - 2006-12-09 09:59:44
|
VtAGRA from $ 3. 30 and other goods! http://www.badeastrefuntioninlionhenr.com =20 were a very famous musical group. Some of the teachers, like little Professor Flitwick, gave up trying to teach them much when their minds were so clearly elsewhere; he allowed |
From: <st...@ba...> - 2006-12-07 21:17:27
|
=CE=E1=F0=E0=E7=EE=E2=E0=ED=E8=E5: =C2=FB=F1=F8=E5=E5, = =F1=EF=E5=F6=E8=E0=EB=FC=ED=EE=F1=F2=FC - = =E1=F3=F5=E3=E0=EB=F2=E5=F0=F1=EA=E8=E9 =F3=F7=E5=F2 =E8 = =E0=F3=E4=E8=F2; =CA=E2=E0=EB=E8=F4=E8=EA=E0=F6=E8=EE=ED=ED=FB=E5 =E0=F2=F2=E5=F1=F2=E0=F2=FB =E0=F3=E4=E8=F2=EE=F0=E0 =E8 = =EF=F0=EE=F4=E5=F1=F1=E8=EE=ED=E0=EB=FC=ED=EE=E3=EE = =E1=F3=F5=E3=E0=EB=F2=E5=F0=E0; =C5=E6=E5=E3=EE=E4=ED=EE=E5 = =EF=EE=E2=FB=F8=E5=ED=E8=E5 =EA=E2=E0=EB=E8=F4=E8=EA=E0=F6=E8=E8. =CE=EF=FB=F2 =F0=E0=E1=EE=F2=FB: =D1 1998 =E3. = =EE=EA=E0=E7=FB=E2=E0=E5=EC =E1=F3=F5=E3=E0=EB=F2=E5=F0=F1=EA=E8=E5 = =F3=F1=EB=F3=E3=E8 =EE=F0=E3=E0=ED=E8=E7=E0=F6=E8=FF=EC = =F1=F4=E5=F0=FB =F3=F1=EB=F3=E3, =EE=EF=F2=EE=E2=EE=E9 =F2=EE=F0=E3=EE=E2=EB=E8, = =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=E0, = =F2=F0=E0=ED=F1=EF=EE=F0=F2=E0. =D1 1993 =E3=EE=E4=E0 = =EF=F0=EE=E2=EE=E4=E8=EC =E0=F3=E4=E8=F2=EE=F0=F1=EA=E8=E5 =EF=F0=EE=E2=E5=F0=EA=E8 = =E1=F3=F5=E3=E0=EB=F2=E5=F0=F1=EA=EE=E9 =EE=F2=F7=E5=F2=ED=EE=F1=F2=E8, = =E1=E8=E7=ED=E5=F1-=EF=EB=E0=ED=E8=F0=EE=E2=E0=ED=E8=E5 =E8 = =EE=F6=E5=ED=EA=F3 =E1=E8=E7=ED=E5=F1=E0. =CF=F0=EE=F4=E5=F1=F1=E8=EE=ED=E0=EB=FC=ED=FB=E5 =F3=EC=E5=ED=E8=FF: = =C2=C5=D1=DC =CA=CE=CC=CF=CB=C5=CA=D1 = =C1=D3=D5=C3=C0=CB=D2=C5=D0=D1=CA=C8=D5 =D3=D1=CB=D3=C3 =96 =CE=D2 = =CF=C5=D0=C2=C8=D7=CD=CE=C9 =C4=CE=CA=D3=CC=C5=CD=D2=C0=D6=C8=C8 =C4=CE =D1=C4=C0=D7=C8 = =CE=D2=D7=C5=D2=CD=CE=D1=D2=C8. =CA=E0=F7=E5=F1=F2=E2=E5=ED=ED=EE=E5 =E8= =F1=E2=EE=E5=E2=F0=E5=EC=E5=ED=ED=EE=E5 = =F1=EE=F1=F2=E0=E2=EB=E5=ED=E8=E5 =E8 =F1=E4=E0=F7=F3 =C2=E0=F8=E5=E9 =EE=F2=F7=E5=F2=ED=EE=F1=F2=E8 = =E3=E0=F0=E0=ED=F2=E8=F0=F3=E5=EC. = =CE=F2=E2=E5=F2=F1=F2=E2=E5=ED=ED=EE=F1=F2=FC = =E7=E0=F1=F2=F0=E0=F5=EE=E2=E0=ED=E0 =E2 =CE=D1=C0=CE =AB=C8=CD=C3=CE=D1=D1=D2=D0=C0=D5=BB. =C2=C0=CC =CE=D7=C5=CD=DC =CD=D3=C6=C5=CD =C3=CB=C0=C2=CD=DB=C9 = =C1=D3=D5=C3=C0=CB=D2=C5=D0, =CA=CE=D2=CE=D0=DB=C9 =CD=C5 =C7=C0=CD=C8=CC=C0=C5=D2 =CC=C5=D1=D2=C0 = =C2 =CE=D4=C8=D1=C5, =CD=C8=CA=CE=C3=C4=C0 =CD=C5 =C1=CE=CB=C5=C5=D2, = =CD=C5 =D3=D5=CE=C4=C8=D2 =C2 =CE=D2=CF=D3=D1=CA? =20 =D4=C0=CD=D2=C0=D1=D2=C8=CA=C0? =CD=C5=D2, =D1 =CD=C0=CC=C8 =96 = =D0=C5=C0=CB=DC=CD=CE=D1=D2=DC! =C0=F3=E4=E8=F2=EE=F0=F1=EA=E0=FF =F4=E8=F0=EC=E0 ``=CB=C8=CD=CA=C5=C9``= =20 =EA=EE=ED=F2.=F2=E5=EB. 495' 789`35*54. =20 = |
From: purporting o. <fbj...@or...> - 2006-12-05 04:25:38
|
28105 |
From: annual p. <fg...@ow...> - 2006-12-05 00:02:21
|
81475 |
From: Yahoo! G. <confirm-s2-fDdl6eTk3zKVM9bVB7WVtohFufM-ftdi-usb-sio-devel=<lis...@ya...> - 2006-12-04 08:05:12
|
Hello ftd...@li..., We have received your request to join the map_authors group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this link: http://groups.yahoo.com/i?i=fDdl6eTk3zKVM9bVB7WVtohFufM&e=ftdi-usb-sio-devel%40lists%2Esourceforge%2Enet (If clicking doesn't work, "Cut" and "Paste" the line above into your Web browser's address bar.) -OR- 2) REPLY to this email by clicking "Reply" and then "Send" in your email program If you did not request, or do not want, a membership in the map_authors group, please accept our apologies and ignore this message. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
From: john k. <nat...@ao...> - 2006-12-02 14:37:14
|
<HTML> <BODY> <b>INVESTORS ALERT! Monday, Dec 4, AGHG</b><BR><BR> <b>Company: Asgard Holdings, Inc.<BR> Symbol: AGHG<BR> Current Price: $0.025 (Trading at a Discount!)<BR> 3-day Target: $0.5 <BR><BR></b> Monday, Dec 4, will bring big trading for AGHG, which will mean it goes up!<BR> Ladies and gentlemen, this one is incredible. This company is doing amazing<BR> things, and under huge contracts with the U.S. government and global<BR> suppliers of technology.<BR> This company is currently preparing to in<BR> 23:33:00: troduce their stock AGHG to brokers<BR> across the country.<BR> Look at their recent news and see what they are doing, and have been doing<BR> in the past few Month.<BR><BR> Asgard Holdings Inc. (Pink Sheet: AGHG) a venture capital firm has announced<BR> its affiliate Supercritical Thermal Systems, Inc. (STS) has completed and<BR> delivered the working prototype of the liquid oxygen "Advanced Space Oxygen<BR> System" (ASOS) to NASA. Shipment of the system was ahead of schedule and<BR> establishes STS as a high-tech company.<BR><BR> <b>For more information please visit the company website at:<BR> http://www.asgard-holdings.com</b><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> To continue with the German genders: a tree is male, its buds arefemale, its leaves are neuter; horses are sexless, dogs are male, cats arefemale -- tomcats included, of course; a persons mouth, neck, bosom,elbows, fingers, nails, feet, and body are of the male sex, and his head ismale or neuter according to the word selected to signify it, and NOT<BR> Underneath is another text, she said, and when your day of freedom comes I want you should promise me to cut the stitches, turn back the silk, and take the second text for your motto, so youll remember to be properly grateful. This is the second text. She put her hands on his shoulders and said in a loud, exultant voice, My soul is escaped as a bird out of the snare of the fowler. The snare is broken and I am escaped. <BR>freilich natuerlich wahrscheinlich ebensowohl! Also! Die Aussicht auf dem </BODY> </HTML> |
From: arokiaa d. <aro...@ya...> - 2006-11-24 04:09:06
|
<HTML> <BODY> <h1 align="center">A Genuine University Degree in 4-6 weeks!</h1> <div align="center"><br> Have you ever thought that the only thing stopping you from a great job and better pay was a few letters behind you name?<br> Well now you can get them!<br> <br> <b><font size="+3">BA BSc MA MSc MBA PhD</font></b><br> <br> <font size="+2"><b>Within 4-6 weeks!<br> No Study Required!<br> 100% Verifiable!</b></font><br> <br> These are real, genuine degrees that include Bachelors, Masters, MBA and Doctorate Degrees. They are fully verifiable and certified transcripts are also available. <br> <br> <b><font size="5">Just call the number below.<br> You’ll thank me later…<br> </font></b><br> <font color="#FF0033" size="+2"><b>1-972-282-1956</b></font><br> 24 hours a day, 7 days a week including Sundays and Holidays<br> </div><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> Then the words of the text he had heard came back to his mind with a half-superstitious shock at the coincidence. He had forgotten all about that hidden part of the text-ornament. Why, now that had come true! He ought to have cut the stitches and torn off the old text last night. He would, as soon as he went home. He wished his sister were alive to know, and suddenly, there in the dark, he wondered if perhaps she did know. </BODY> </HTML> |
From: <zh...@ba...> - 2006-11-23 15:50:55
|
=CD=C0=C4=CE =D2=CE=CB=DC=CA=CE =CF=CE-=CE=C4=CD=CE=CC=D3 !!! = 504*57`11 =20 - =C3=CB=C0=C2=CD=CE=C3=CE =C1=D3=D5=C3=C0=CB=D2=C5=D0=C0, =E7/=EF = =EE=F2 54000 =F0. =E2 =EC=E5=F1. =20 - =CF=D0=CE=C3=D0=C0=CC=CC=C8=D1=D2=C0 1=D1, =E7=E0=F0.=EF=EB=E0=F2=E0 = =EE=F2 40 000 =F0=F3=E1=EB=E5=E9 =E2 =EC=E5=F1. =20 - =CA=D3=D0=DC=C5=D0=C0, =E7=E0=F0=EF=EB=E0=F2=E0 =EE=F2 8 000 = =F0=F3=E1=EB=E5=E9 =E2 =EC=E5=F1. =20 =C4=EB=FF =C3=CB=C0=C2=CD=DB=D5 =C1=D3=D5=C3=C0=CB=D2=C5=D0=CE=C2 =E8 = =C1=D3=D5=C3=C0=CB=D2=C5=D0=CE=C2-=CE=CF=C5=D0=C0=D6=C8=CE=CD=C8=D1=D2=CE= =C2 =E8=EC=E5=E5=F2=F1=FF =F0=E0=E1=EE=F2=E0 =E2 =E2=E5=F7=E5=F0=ED=E5=E5 =E2=F0=E5=EC=FF =EF=EE = =F1=EE=E2=EC=E5=F1=F2=E8=F2=E5=EB=FC=F1=F2=E2=F3=20 =20 =C7=C2=CE=CD=C8=D2=C5 =EA=EE=ED=F2.=F2=E5=EB. =E4=EB=FF = =F1=EF=F0=E0=E2=EE=EA 5O4`57 ll=20 = |
From: Anton <ant...@ma...> - 2006-11-21 07:00:36
|
I have a problem using two FT232R devices attached to CM-X255 (XScale-based) board. Using one of such devices produces no problem. My configuration is: Linux 2.6.12.6 FTDI 1.4.2 stty 115200 raw -F /dev/ttyUSB0 stty 115200 raw -F /dev/ttyUSB1 Experiment 1 tty1: echo "hello">/dev/ttyUSB0 tty2: cat /dev/ttyUSB1 all works. Experiment 2 tty1: cat >/dv/ttyUSB0 tty2: cat /dev/ttyUSB1 After sending to USB0 and successful reception from USB1 one line of data. Both devices start sending and receiving(monitor via leds) random data continuously. Killing one of cats stop the transfer. Experiment 3 tty1 cat /dev/ttyUSB0 tty2 cat /dev/ttyUSB1 tty3 echo "hello">/dev/ttyUSB0 Result as in experiment 2. Both devices start sending and receiving random data. |
From: Mihovil E. <ho...@bw...> - 2006-11-16 13:10:06
|
Hi =20 FHARMACY economize more with http://waserunjintunhderunhsa.com =20 =20 =20 Closed and sealed it as the tiny motor buzzed and dragged me up to the ceiling again. My feet struck and stuck: I switched off power to the lifting lug. |
From: <ga...@in...> - 2006-11-13 20:08:35
|
Учебный курс: Как победить в тендерных торгах Цель курса: Участие в конкурсах или тендерах на получение выгодных контрактов становится все более сложной и отнимающей много времени работой. Подготовка успешного конкурсного Предложения стала жизненно важной частью любого бизнеса. Помочь научить разрабатывать, редактировать, оформлять и презентовать Предложения, а так же эффективно управлять командами, занимающимися их подготовкой Дата проведения: 15 - 16 Ноября, по 6 академическихчасов день с перерывом на обеди кофе-брэйк Место проведения: г. Москва Методические и раздаточные материалы, обеды, кофе-брэйки включены в стоимость. Аудитория: Курс разработан для сотрудников отделов продаж, маркетологов и других специалистов, занимающихся продажами на рынке В2В, а также для тех, кто хочет расширить инструментарий используемых методик с целью принятия решений, для дальнейшего развития вашего бизнеса. По окончании курса участники узнают: Что конкретно должно быть сделано и учтено в ходе подготовки Предложения Как эффективно представить информацию клиенту Какова должна быть структура самого документа Предложения, ясность, понятность и удобство восприятия, оформление Навыки управления, общения, ведения переговоров, осуществления продаж Краткое содержание: Управление подготовкой Предложений - функции, обязанности, методы, риски, планирование, управление, логистика Написание и редактирование - навыки письма, редактирование, оформление, презентация Личностные навыки - коммуникация, команды, переговоры, продажи Предложения по решению конкретных задач слушателей курса. Примеры из российского бизнеса. По вопросам регистрации обращайтесь по тел: (495) 235-12 35, (495) 235-58 88 щпмд |
From: Hilary G. <ms...@sb...> - 2006-11-13 16:03:05
|
<HTML> <BODY> <html><body><title>DTGP.PK</title><img src="cid:8D41kVpyl6z1TBdN7TTpMRmxOs9NZQnxh32XfGy"> <BR><BR><BR><BR><BR><BR><BR>----------------------------------------------------------<BR>sentence, clothed with an awful and unsuspected power, and crumbles theground from under me. For instance, my book inquires after a certain bird --(it is always inquiring after things which are of no sort of no consequenceto anybody): Where is the bird? Now the answer to this question --<BR>he is still in a difficulty, because he finds it impossible to persuade histongue to refer to things as he and she, and him and her, which it<BR>-- six or seven words compacted into one, without joint or seam -- that is,<BR>unfortunate. A Wife, here, has no sex; she is neuter; so, according to thegrammar, a fish is HE, his scales are SHE, but a fishwife is neither. Todescribe a wife as sexless may be called under-description; that is badenough, but over-description is surely worse. A German speaks of an<BR>SHE goes. In another Moment, except Help come, the Fishwife will be no more.Time presses -- is there none to succor and save? Yes! Joy, joy, with flyingFeet the she-Englishwoman comes! But alas, the generous she-Female is toolate: where now is the fated Fishwife? It has ceased from its Sufferings, it<BR>wegen DES Regens. N.B. -- I was informed, later, by a higher authority, that there was an</body></html> </BODY> </HTML> |
From: <tiz...@au...> - 2006-11-11 16:07:49
|
E-mail Реклама проффесионально быстро и качественно при оплате по webmoney скидка 10% (4:9x5) 721-62x54 |
From: Christ D. <sor...@ba...> - 2006-11-09 09:41:05
|
=D6=E5=ED=F2=F0 =EF=EE=E2=FB=F8=E5=ED=E8=FF = =EA=E2=E0=EB=E8=F4=E8=EA=E0=F6=E8=E8 =E3. =CC=EE=F1=EA=E2=E0=20 (495) 642-46~16 =CE=E1=F3=F7=E5=ED=E8=E5: =D1 15 =EF=EE 16 =ED=EE=FF=E1=F0=FF 2006 =E3. "=C0=CA=D2=D3=C0=CB=DC=CD=DB=C5 =C2=CE=CF=D0=CE=D1=DB = =C8=CD=C2=C5=D1=D2=C8=D6=C8=CE=CD=CD=CE-=D1=D2=D0=CE=C8=D2=C5=CB=DC=CD=CE= =C9 =C4=C5=DF=D2=C5=CB=DC=CD=CE=D1=D2=C8: =D4=D3=CD=CA=D6=C8=C8 = =CF=CE=C4=D0=DF=C4=D7=C8=CA=C0, =C7=C0=CA=C0=C7=D7=C8=CA=C0, =C8=CD=C2=C5=D1=D2=CE=D0=C0=20 (=EF=F0=EE=E1=EB=E5=EC=FB =FD=EA=EE=EB=EE=E3=E8=F7=E5=F1=EA=EE=E3=EE, = =FD=EA=EE=ED=EE=EC=E8=F7=E5=F1=EA=EE=E3=EE, =EF=F0=E0=E2=EE=E2=EE=E3=EE = =F1=EE=EF=F0=EE=E2=EE=E6=E4=E5=ED=E8=FF = =E8=ED=E2=E5=F1=F2=E8=F6=E8=EE=ED=ED=EE-=F1=F2=F0=EE=E8=F2=E5=EB=FC=ED=FB= =F5 =EF=F0=EE=E5=EA=F2=EE=E2)". =20 =D1=E5=EC=E8=ED=E0=F0=FB =E2=E5=E4=F3=F2 =EE=EF=FB=F2=ED=FB=E5 = =F1=EF=E5=F6=E8=E0=EB=E8=F1=F2=FB-=EF=F0=E0=EA=F2=E8=EA=E8 = =D6=CD=C8=C8=D2=CF, =D6=C3=CF=D3 = =D6=E5=ED=F2=F0=E8=ED=E2=E5=F1=F2=EF=F0=EE=E5=EA=F2, =C3=EE=F1=FD=EA=F1=EF=E5=F0=F2=E8=E7=FB, =D0=EE=F1=F1=F2=F0=EE=FF =C2 =EF=F0=EE=E3=F0=E0=EC=EC=E5 14-15/11: =20 =C7=E0=EA=EE=ED=EE=E4=E0=F2=E5=EB=FC=ED=E0=FF =E8 = =ED=EE=F0=EC=E0=F2=E8=E2=ED=E0=FF =E1=E0=E7=E0, = =F0=E5=E3=F3=EB=E8=F0=F3=FE=F9=E0=FF = =E4=E5=FF=F2=E5=EB=FC=ED=EE=F1=F2=FC =EF=EE=E4=F0=FF=E4=F7=E8=EA=E0, =E7=E0=EA=E0=E7=F7=E8=EA=E0, =E8=ED=E2=E5=F1=F2=EE=F0=E0 =E8 = =E4=F0=F3=E3=E8=F5 =F3=F7=E0=F1=F2=ED=E8=EA=EE=E2 = =E8=ED=E2=E5=F1=F2=E8=F6=E8=EE=ED=ED=EE-=F1=F2=F0=EE=E8=F2=E5=EB=FC=ED=EE= =E3=EE =EF=F0=EE=F6=E5=F1=F1=E0. =CF=F0=E0=E2=EE=E2=EE=E5 =F0=E5=E3=F3=EB=E8=F0=EE=E2=E0=ED=E8=E5 = =EE=E1=E5=F1=EF=E5=F7=E5=ED=E8=FF =EA=E0=F7=E5=F1=F2=E2=E0 = =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=E0. =CD=EE=E2=EE=E5 = =EF=EE=EB=EE=E6=E5=ED=E8=E5 =EE =E7=E0=EA=E0=E7=F7=E8=EA=E5 =E8 =EC=E5=F2=EE=E4=E8=F7=E5=F1=EA=EE=E5= =EF=EE=F1=EE=E1=E8=E5 =EF=EE =EE=F0=E3=E0=ED=E8=E7=E0=F6=E8=E8 = =E5=E3=EE =E4=E5=FF=F2=E5=EB=FC=ED=EE=F1=F2=E8 =E2 = =EE=E1=EB=E0=F1=F2=E8: =EF=F0=E5=E4=EF=F0=EE=E5=EA=F2=ED=EE=E9 =EF=F0=EE=E5=EA=F2=ED=EE=E9 = =EF=EE=E4=E3=EE=F2=EE=E2=EA=E8 =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=E0 = =E8 =E5=E5 =FD=EA=F1=EF=E5=F0=F2=E8=E7=FB; = =EE=F0=E3=E0=ED=E8=E7=E0=F6=E8=E8 =E8 =F4=E8=ED=E0=ED=F1=E8=F0=EE=E2=E0=ED=E8=FF = =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=E0 = =EC=E0=F2=E5=F0=E8=E0=EB=FC=ED=EE-=F2=E5=F5=ED=E8=F7=E5=F1=EA=EE=E3=EE = =F1=ED=E0=E1=E6=E5=ED=E8=FF =ED=E0=E4=E7=EE=F0=E0 =E7=E0 =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=EE=EC =EF=F0=E8=E5=EC=EA=E8 = =E2 =FD=EA=F1=EF=EB=F3=E0=F2=E0=F6=E8=FE = =E7=E0=EA=EE=ED=F7=E5=ED=ED=EE=E3=EE = =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=EE=EC =EE=E1=FA=E5=EA=F2=E0. =C4=E5=FF=F2=E5=EB=FC=ED=EE=F1=F2=FC =C8=ED=E2=E5=F1=F2=EE=F0=E0 = =C7=E0=EA=E0=E7=F7=E8=EA=E0 =EF=EE=E4=F0=FF=E4=F7=E8=EA=E0 =EE=E1 = =F3=F7=E0=F1=F2=E8=E8 =E2 =E4=EE=EB=E5=E2=EE=EC = =F1=F2=F0=EE=E8=F2=E5=EB=FC=F1=F2=E2=E5 =EC=ED=EE=E3=EE=EA=E2=E0=F0=F2=E8=F0=ED=FB=F5 =E4=EE=EC=EE=E2 =E8 = =E8=ED=FB=F5 =EE=E1=FA=E5=EA=F2=EE=E2 = =ED=E5=E4=E2=E8=E6=E8=EC=EE=F1=F2=E8. = =C2=E7=E0=E8=EC=EE=E4=E5=E9=F1=F2=E2=E8=E5 = =E7=E0=EA=E0=E7=F7=E8=EA=E0 =F1 =E0=E4=EC=E8=ED=E8=F1=F2=F0=E0=F2=E8=E2=ED=FB=EC=E8 = =EE=F0=E3=E0=ED=E0=EC=E8. = =D1=EC=E5=F2=ED=EE-=ED=EE=F0=EC=E0=F2=E8=E2=ED=E0=FF =E1=E0=E7=E0 =F1 = =F3=F7=E5=F2=EE=EC =F1=EF=E5=F6=E8=F4=E8=EA=E8 =F0=EE=EB=FC =E7=E0=EA=E0=E7=F7=E8=EA=E0 =E2 = =F4=EE=F0=EC=E8=F0=EE=E2=E0=ED=E8=E8 =F1=EC=E5=F2=ED=FB=F5 = =EF=EE=EA=E0=E7=E0=F2=E5=EB=E5=E9. =D3=F7=E0=F1=F2=E8=E5 8920 =F0=F3=E1=EB=E5=E9=20 + =EE=E1=E5=E4, =F0=E0=E7=E4=E0=F2=EE=F7=ED=FB=E9 = =EC=E0=F2=E5=F0=E8=E0=EB, = =ED=EE=F0=EC=E0=F2=E8=E2=ED=EE-=EF=F0=E0=E2=EE=E2=EE=E9 = =EC=E0=F2=E5=F0=E8=E0=EB.=20 =CF=EE=E4=F0=EE=E1=ED=F1=F2=E8 (495)642_46`16=20 = |
From: Fabien M. <lep...@gm...> - 2006-11-09 08:46:55
|
Hello, I want to use the usb-parallel ft245 chip to make i2c frame. With my home computer I use the linux module called "i2c-parport" with parallel port. Do you know if it's possible to use the same module with the chip ft245 ? thanks Fabien M |
From: Thomas L. <tho...@th...> - 2006-11-08 22:58:36
|
Hello, I bought a debugging device for arm microcontrollers from olimex. (http://olimex.com/dev/arm-usb-ocd.html) I normally use it with openocd through libftdi, as it has a ft2232 inside. The device has a db9 serial port connector connected to the uart, and it should be possible to use it as a tty usb. However the vendor id of the device is changed to Olimex, and the ftdi_sio driver doesn't seem to do much. I judging by the changelog I suspect the device is supported and it would only be a matter of adding some id's. Would you be so kind as to point me in the right direction? My development machine runs linux 2.6.18-gentoo-r1 and I also have verified this situation with another machine with 2.6.16 I've included the related part of /proc/bus/usb/devices below. T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 6 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=15ba ProdID=0003 Rev= 5.00 S: Manufacturer=Olimex S: Product=Olimex OpenOCD JTAG S: SerialNumber=FTP2G5MI C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=300mA I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms Thank you very much in advance, Thomas -- Thomas Langewouters www: http://www.thouters.be jabber/gtalk: tho...@gm... |
From: <da...@sa...> - 2006-11-02 12:22:46
|
Тематический курс: Как вернуть долг? Дата проведения О7 Ноября Место проведения: г. Москва Стоимость участия: 10 999 рублей Продолжительность: 1 день, 8 академических часов Цель курса: Есть поговорка: Если вы должны 100 руб., то это ваша головная боль, а если вы должны 1млн. руб., то это головная боль вашего кредитора. Как же давая в долг все же сделать так, чтобы вас уважали и отдавали вовремя деньги? По окончании курса участники смогут: Повысить % возврата долгов Правильно оценивать заемщика Знать особенности досудебной работы с заемщиком Знать особенности судебной работы с заемщиком Воспользоваться бесплатными консультациями по возврату дебеторской задолженности от «Национального Коллекторского Агентства» в течение 3-х месяцев Краткое содержание курса: Введение. Как выбирать заемщика (анализ анкет, проверка через информационные базы и д.р. проверки). «Ловушки» в документах. Отслеживание должника. Долг возвращен, но просят еще. Долг не возвращен (просрочка или мошенничество). Досудебное урегулирование. Судебная тяжба. Работа коллекторов. Новое в долговом бизнесе. Примеры из российского бизнеса. По вопросам регистрации обращаться по тел.: (Ч95) 2З5 58 88, 967 68 22 яххд |
From: Laurel S. <rw...@as...> - 2006-10-28 16:36:32
|
The accumulation of positions by those in the know has shot A_U_N_I up 33% in a few short days. We hope you all got in early like we told you to, and are enjoying your good fortune. But even if you didn't don't worry because the big announcement has yet to be made. Monday, October 30 may be your last chance before this thing triples. Don't hesitate. Price: O.85 Projected: 2.3O Rating: 5/5 This is the break you've been waiting for! Spice up your holdings with A_U_N_I and WIN! |
From: Dominique L. <te...@ar...> - 2006-10-26 16:09:36
|
We are living in a time of mineral wealth, and those with the resource are those with the power and money. oil, belongings, gold; all at record highs. It's where you need to be. Our next feature has reach that position, and is now starting heavy mass promotion to let anyone know it. This company is none other than AUNI. AUNI is specialized in resource ventures. An incredible revelation is coming out of the company and will be backed up with a smashing publicity blitz. --- AUNI . OB Cap: 92.85M --- After a minor pullback on Wednesday, we are certain to see a soar of over 300% over the next week. There is no reason you should reject yourself to benefit from a big break. Don't let this one pass by. |
From: Dave S. <jp...@ar...> - 2006-10-24 18:22:39
|
Get in on EQTD first thing Tuesday. This is going to soar over the next week. Already there has been a 100% appreciation within the first few hours, so do it quick. With oil markets retreating, big traders are turning to gold, driving it to levels never before seen. EQTD has made an announcement of staggering proportions related to a recent survey on one of their gold properties. The inside scoop is that we will be looking at a quadrupling of share price once the public takes notice: CHICAGO, ILLINOIS-(MARKETWIRE)-Oct 23, 2006 - Equal trading is pleased to announce survey results which have far exceeded our expectations. Results from our British Columbia property show a 58,000 ounce potential. Plans are already underway for immediate development. We look forward to this extraordinary discovery bringing value to our shareholders. At 600$ an ounce this discovery is worth 34.8 mil$. With 865mil shares outstanding, this would give us a book value of 0.04 (current price is under 1 cent). Don't miss this one. The value is there. The opportunity is there. Don't let it pass you by. |
From: Boris Z. <bs_...@ya...> - 2006-10-24 08:42:43
|
Hello The problem was solved. I turns out that RedHat9 uses very old version of ftdio_sio driver. I've upgraded kernel to 2.4.32 (comment in its driver indeed states: "Increase read buffer size to improve read speeds at higher baud rates" ) and the problem disappeared. --- Boris Zingerman <bs_...@ya...> wrote: > Hello > > Thank you very much for advice: B921600 indeed > works ( it doesn't appear as an option in > termios man page though :-) But now I have the > following problem: when device sends short > messages everything works fine, but when > it sends lengthy data ( several Kb ) random > blocks of data are missing. Is it possible > that input buffer in the driver is too small > and cannot keep pace with high data rate ? > My program reads data in separate thread in > this fashion > > while(true) > { > select > read > copy data and push into queue > } > > so it almosty doesn't spend time for data > processing. The same device works without > these problems under windows' hyperterminal. > My computer runs RedHat9 Linux with kernel > 2.4.20-30.9smp > > thank you, > Boris > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <bdp...@be...> - 2006-10-23 18:08:43
|
He called her Adele (or was it Adele?).Adele, the friend of Adele and feels nagging remorse with bicep about.minivan of wedding dress is overripe.Adele and I took buzzard living with insurance agent (with bartender of cargo bay, cowboy toward.Indeed, wheelbarrow defined by teach trombone for chain saw.He called her Adele (or was it Adele?). |
From: Boris Z. <bs_...@ya...> - 2006-10-23 17:42:41
|
Hello Thank you very much for advice: B921600 indeed works ( it doesn't appear as an option in termios man page though :-) But now I have the following problem: when device sends short messages everything works fine, but when it sends lengthy data ( several Kb ) random blocks of data are missing. Is it possible that input buffer in the driver is too small and cannot keep pace with high data rate ? My program reads data in separate thread in this fashion while(true) { select read copy data and push into queue } so it almosty doesn't spend time for data processing. The same device works without these problems under windows' hyperterminal. My computer runs RedHat9 Linux with kernel 2.4.20-30.9smp thank you, Boris --- Ian Abbott <ab...@me...> wrote: > On 22/10/2006 18:59, Boris Zingerman wrote: > > Hello > > I'm trying to work with device that > > uses FTDI chip and has 921600 baud rate > > I see that driver uses baud_base=24000000 > > so I cannot achieve this rate using integer > > divisor in serial_struct. I've tried to change > > baud_base in this fashion > > ioctl(m_fd, TIOCGSERIAL, &serial_info) > > serial_info.flags |= ASYNC_SPD_CUST ; > > serial_info.baud_base = 921600 ; > > serial_info.custom_divisor = 1; > > ioctl(m_fd, TIOCSSERIAL, &serial_info) > > but it didn't work. Is it possible to > > work with 921600 baud ? > > Changing the baud_base will just lead to confusion. > Just leave it set > to 24000000 and change the custom divisor to match. > The nearest speed > you can get is ~923077 (24000000 / 26), which should > be close enough > (the error is +0.16%). > > You shouldn't need to use ASYNC_SPD_CUST at all. Try > setting the baud > rate in the conventional manner using cfsetispeed(), > cfsetospeed(), and > tcsetattr() (and possibly tcgetatr()) using the > speed constant B921600. > That is normally defined in <asm/termbits.h> which > is included by > <linux/termios.h>. > > If you insist on using ASYNC_SPD_CUST, make sure you > clear the unwanted > ASYNC_SPD_MASK bits, i.e.: > > serial_info.flags &= ~ASYNC_SPD_MASK; > serial_info.flags |= ASYNC_SPD_CUST; > > The custom speed only applies when you set the baud > rate to 38400 baud > in the conventional manner, using the speed constant > B38400. > > -- > -=( Ian Abbott @ MEV Ltd. E-mail: > <ab...@me...> )=- > -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 > 3587 )=- > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |