ThaiIO.com

pc interface web2.0

PC interface Hardware and computer devices resource,serial port,USB,Parallel port,Wireless.

Today , 2007
December 18th, 2008

VB สั่งงานด้วยเสียงโดยใช้ MS speech engine

et say that you already installed MS speech engine and other training session.
มาทดลองเขียนโปรแกรมสั่งงานด้วยเสียงพูดกันนะครับ แต่อันดับแรก ต้องติดตั้ง MS speech engine สะก่อนครับ สำหรับถ้าใครยังไม่ได้ลง

http://www.microsoft.com/msagent/downloads.htm
1. ใน Visual basic software เราต้อง open component window จากนั้นหา ชื่อคอนโทรลชื่อว่า “Microsoft direct speech recognition”
2. Drag and drop control ไว้ใน design form ของ vb project .ซึ่งคอนโทรลนี้จะมีสัญลักษณ์เป็นรูปหู ดังรูปที่แสดงด้านล่างครับ
 

ตอนนี้เราต้องมาสร้าง gramma file และ voice command  ที่จะบันทึกไว้ Read the rest of this entry »

November 30th, 2008

Google Map ติดต่อกับ GPS โดยใช้ Visual basic

   หลังจากที่นำเสนอเนื้อหาเกี่ยวกับ GPS มาแล้วนั้น บทความนี้จะนำเสนอวิธีง่ายๆในการใช้งานกับอุปกรณ์ GPS โดยจะสร้างโปรแกรมด้วย Visual Basic 2005 ในการเขียนโปรแกรมติดต่อกับ GPS

  ในโครงงานนี้ ไม่ได้ใช้ GPS ราคาแพงอะไร แต่ผมใช้ GPS รุ่น Garmin eTrex Legend handheld ราคาเครื่องละ 3500 บาท ซึ่งมีขนาดเล็ก แต่ไม่ได้เป็นระดับ High End อย่างแน่นอน

   สำหรับคอมพิวเตอร์ของผมนั้นไม่มี Serial port แต่ได้หาซื้อสายยี่ห้อ a Belkin USB  adapter(an F5U109) ซึ่งเป็นสายในการต่ออุปกรณ์ภายนอก ผ่าน Serial port

   สำหรับโครงงานนี้ ผมจะนำค่า ละติจูด กับ ลองติจูด มาใช้ใน Google Map ซึ่งก็ไม่ยาก ตามมาตราฐาน NEMA 0183 ซึ่งเป็นตัวอักษรที่ได้มาจากเครื่อง GPS แต่เราจะและนำมาใช้เพียงตัวเลขของละติจูด กับ ลองติจูด โดยข้อความดังเช่น

   N33.455,W85.334

 ซึ่งในโปรแกรมของเราก็จะแสดงค่าที่รับมาจาก GPS ผ่านทาง Serial port นั้นเอง Read the rest of this entry »

July 23rd, 2008

Fourier Transform Software with Visual Basic Programming

 We will be use visual basic to develop software for fourier transform with used to data in a timely area of the frequency range, and vice versa. The forward-Fourier Transform-or simply Fourier transformation is the time for the frequency domain transformation. The Fourier transform is used to reverse the process. Here you’ll find a Visual Basic example of the application of Fourier Transform program with the method of correlation.

  Read the rest of this entry »

July 23rd, 2008

New Input/output parallel port driver for Win XP 64 bit

What New?

   For 64 bit capable Windows versions arrive, We had used inpout32.dll present then if it is 64 bit version so that 64 bit windows developers also can take advantage from programming parallel port.

Ported issue  to Windows XP 64bit Edition (XP/2003 x64 Editions) as the 32bit driver will not install or run on x64 systems.

For this new version will be support both 32bit and 64bit systems running under WOW64 as 32bit applicaitons, and, with a new DLL, pure x64 applicaitons. Read the rest of this entry »

April 30th, 2008

Programming in Visual Basic to connect modem by using API Function

As I introduce using MSComm 6 for Phone Dial-Up of modem through com port, this part, let’s use API Function that can use API Viewer to find code.

Start by creating new module file, I recommend to use as module file. From my experience in programming, if there is development or solve program, it will be convenient and easy for development. Read the rest of this entry »

April 30th, 2008

Programming in Visual Basic to connect modem by using MSComm6

As I mention about modem, it is modem for internet. Usually, working to connect with modem will have processed program for use, but if experiment for knowledge for one who like programming, it will be useful. It can apply for many.

 

This article will be the fundamental of step of programming and protocol command that is used for Dial-Up Phone, so we begin to know about protocol of modem first.

 

The protocol for connecting with modem

 

For connecting with modem, will have command according to standard of industry that produce modem, is protocol called AT Command in order to send command for controlling or get data from modem. Maybe, there is different command; we can see the form of command from manual of each modem that is bought. For command that is sent to control at modem that we will program, it has AT Command that must be used in the followings, Read the rest of this entry »

April 29th, 2008

Programming in Visual Basic to control through network part 5

From sending file in the section 1, about how to code programming. In this section, will be development program by using original chat program of VB Winsock Chat in the section 3 to add 3 controls, 2 Text Box and one Command Button because in the section of listening from Server and Connect from Client have codes and I had already explained , if you have any question, click here.

Creating form and programming

1. Begin open file Visual Basic Project first, after that choose chat program in the section 3 click download Source Code Program Chat. When finishing, open Form of program that will appear like the picture. It is addition for get Path File and button Send File, or adding code 2 procedures. In the section about coding program in the section 1, so I won’t explain again. You just copy Code according to procedure that is set. I write to explain like this.

 

Source Code and Description

In this part, you must copy to paste in program that has 3 parts,
1. SendData function
2. Send button (Command1_Click)
3.Procedure Winsock_Arrival()

How to use program for sending file.

1. After doing file as EXE, then open program to 2 programs, click connect button in order to set value of winsock. The Client side must be clicked to choose status of the computer as client, for Server, choose Server in the part of Client, must fill value Server ในส่วนของ Client and Port number. The computer that send and get must Sharing directrory first in experiment. For this program in another Windows, choose status of computer as Server, then fill port number that match with client side. After that, push Listen   button. For client side, push Connect button. If there aren’t any problems, will have message that successful connection.

 

Click downloads source code of all programs here

The learning outcome of this article
1.    To know how to program by using Visual Basic to connect through TCP/IP by Winsock.
2.    To apply basic about managing data file to use sending file via TCP/IP.
3.    To understand principle of working of Event and Function of Winsock.

October 12th, 2007

VC++ remote debugging connection with internet protocol

From my problem in seek the data something for remote debugging in internet but do not meet .After i know the way , so ,i write come to give friends get to know for take keep use with step by step.

1. Select menu “Project ->Setting” thus as picture below

vc++ remote debugging

2. Define EXE file path on target machine(computer) thus picture below.remote debugging for vc++ Read the rest of this entry »

|
amateur sex teen xxx alternative music jazz music viagra 1950 ford stereo receiver dino quest toys by lontic company that sale butter churn MONTEVERDI & YOUNG DESK little rascals cabin fever dvd brobee plush chair gourmet pork Customer contact for RCA camcorder hannah montana uno spin Tramontina Stainless Steel Whistling Tea Kettle - 2 Qt Sony VGN-SR140E/B black pants 3-6 months norelco bg2030 Lego Batman The Tumbler Joker's Ice Cream Surprise dilantes chocolate +Rhymerroadbooks bitty baby snowsuit set Sorry slider apw international oxygen sensors US Marine Corps Perennial Hooded Sweatshirt JTV lab created white sapphire oval loose stone sugar lips tank tops hydraulic hooded peacoat hoover f7428900 test sony ebook PRS-700BC PDR Pharmacopoeia Pocket Dosing Guide 2009 - 9th Edition free mens health care sephora Lorac Croc Mocktail lip gloss collection the twilight saga bookset Sony VGN-SR140E/B kenco sliding windows best 1965 gifts Christmas hurst competition plus install kit 3733167 conair nails glitter gem beauty set bonus set gr1102 great gizmos baby's first christmas lovey carters Bianca Black and White Bath Towels Miller 300026 No 50Hd Heavy Duty Cart Lego Batman's buggy; the escape of mr. freeze bearpaw T410 boho holiday dessert plates Beverages Shop Teen XXX Hardcore free porn videos dating tutorial lesbian BDSM anal creampie Celebs naked old mature anal ethnic pussy asian shemale fuck dating articles Interior Accessories Shop free xxx cheapest viagra in uk cheap viagra viagra rise levitra alternative levitra vs viagra soft tabs cheapest online cialis 24 hour delivery canadian rx drugs bigtits i made free pornstars drunken asian girls BIGNATURALS big fat booty lessons in blow jobs porn fuck free porn videos free anal old mom video milfs amateur blowjob cheapest online diazepam 24 hour delivery cheap levitra rx pills buy lorazepam cheap cialis buy cheapest generic valium purchase new report female zyban order oxazepam prescription cheapest generic xanax viagra order herbal klipal for woman levitra buy drugs online buy herbal tramadol cialis soft tabs levitra cialis best herbal viagra soft tabs uk cialis buy viagra on line viagra levitra women buy cialis online without prescription natural levitra substitutes cheapest generic viagra cyber pharmacy propecia viagra soft tabs studies women