Get A Copy Of Code Which Used To Get MSCOMM To Connect To Robot
Feb 16, 2009
Can i please get a copy of the code which you used to get the MSCOMM to connect to the robot and send single bytes of information? Having loads of errors with my code.Working on a similar project but using the mind-storm nxt kit.?
View 4 Replies
ADVERTISEMENT
Mar 14, 2012
Currently, i am trying to connect the EPP (Encrypted Pin Pad ) device to my computer by using mscomm control. May i know what are the possibility problems may cause the DSRHolding does not return to "True"?
View 3 Replies
Oct 13, 2010
I got a robot. And i want to drive it with numpad. So you can go in reverse, forward, left and right. I use a K8055 from velleman. Can someone help me with writing a program?
View 4 Replies
Mar 26, 2012
create a chat robot from theprogramming Currently I use Compiled language is VB.NET.From VB.NET in a few months exposure to MS SQL and use of these twotools to design my chat robot. That is fluent sentences of everyday language, a sentence stored in MSSQL.
As follows:
I say: <What did you say?
AI: I returned to what?>
A few months down the progress of the lack of progress.I can not find a better solution to enhance the smart until I found the AIMLchat robot.AIML is derived from the Artificial Intelligence Markup Language-basedword processing streaming XML.It is specifically designed to deal with sentence structure and the birth ofcomputer technology.I recently started slowly in contact with this technology AIML?[URL]
View 1 Replies
May 20, 2009
1 how to work a robot with vb ?
2 how do i recieve input from robot sensors ?
3 how do i send output commands to the robot ?
4 can you refer me to sources about the above ?
5 can vb interact with the software tobotbasic ?
6 is there a vb procedure for recieving text strings from another software that runs at the same time as a vb application ( like a revese getkeys()
7 can vb send commands to a robot via bluetooth if so how ?
View 9 Replies
Jun 28, 2011
This program is being used to analyze an excel document with coordinates for a robot. The entire program works...My boss indicated he wanted me to throw an exception in whenever a coordinate that wasn't being given a tolerance wasn't supposed to move, he wanted the program to give an error message. Which I figured out and outputs a message box saying "Result Compare Fail!"
Now here is my dilemma..whenever I encounter a section in the excel sheet analyzing multiple variables, I still get the error message, because the program doesn't think of it as multiple variable coordinates changing. Is there an easy way to fix this? I'm stumped! This is one of the cases, but they are all very similar.
[Code]...
View 3 Replies
Oct 7, 2010
Just want to share the Robot motor control I made I used vb.net to control it, this is the first time I made anything like this and would love feedback on improvements[url]...
View 2 Replies
May 27, 2009
I want to know how to connect to a remote system having some shared folder.(ex, \myservermysharedfolder).Actually, I was supposed to copy a particular file which is available in a shared location of a system. To copy that file, first i need to connect to that system with an user id and password.I know copying of file (), But not getting clear idea on how to connect to the shared folder. I have tried with System.Management class, but no use..
View 2 Replies
Jan 28, 2010
how do i control 1 dc motor using the mscomm activex and the rs232 (serial)port ? how to change the direction of the motor using code ?if possible give me the full walk through
View 13 Replies
May 20, 2011
i'm confusing on the MSComm command..coz in .Net, it wasn't declared. as an example for a simple interface, how should i convert this to VB.net? here's the simple interface in VB6..
Dim sData As String
Dim lHighByte As Long
Dim lLowByte As Long
[code]....
View 4 Replies
Mar 17, 2009
How can I add a MSComm control to a Form in VB2008? like in VB6... (with properties etz..)
Do I need to change some settings? or download the ocx?
And when it has been added, is it like in VB6 - just clicking twice on the control opens a private sub OnComEvent?
View 4 Replies
Jun 4, 2009
I have a problem with this two controls. I have a software in VB6 which send a command to hardware in ASCII type: 170 - head, 3 - numb. of command, CRC.
[Code]...
View 4 Replies
Jul 1, 2009
I am making aproject in vb6 with MScomm. Computer A connected with a device on serial port. I can receive the data from serial port in a text box. Computer A can also dial cmputer B to make connection. But it is unable to send data on modem or computer B is unable to receive data from modem.Here is the code for sending and receiving computers1- Computer A
Option Explicit
'button to open data port to receive from device
Private Sub cmdOpen_Click()
[code].....
View 3 Replies
Jun 8, 2010
i'm working on a system that upgrades a basic version to a proversion but i have a payment gateway . it generates a code in an SQL DB.now i have a form in VB that has a textbox and a button how can i let VB connect to my SQL DB receive the code and then check if that code is correct and if its correct download silence the pro file. from an url.
View 7 Replies
Jul 5, 2011
i am using MSComm control in my Vb.net Application ...it working gud in my system.but after creating the installation file if i install the projest in other system mean it not working it showing come runtime error System.Runtime.InteropServices.COMException (0x80040112): Creating an instance of the COM component with CLSID This is the run time exception i am getting?
View 2 Replies
Sep 14, 2009
I am developing an application which is pretty much a replacement of a hyperterminal. I am trying to send commands to the serial port using MSComm in VB6.0 When I type in on the hyperterminal h003128 I get a response OK. Or when I type in i003 it displays back some values.
What I am trying to figure out how do I send the h003128 via VB6. I believe I've undertood how to send data to the port. It seems I am not getting the correct formate. This wont work.. the formate iAAADDD where i = i AAA = 003 and DDD = 128 MSComm1.Output "i003128"
View 3 Replies
Nov 30, 2010
I am trying to read data from an external device using MSComm control but the problem is I am getting wrong data. I am recieving 1 byte data but the first three bits are wrong so anything greater than 31 sent from the external devices is recieved wrongly. eg. if I am sending 63(111111) from the device then the input from MSComm control gives me 159(10011111).Due to this reason I tried SerialPort from .Net framework and was surprised to see that it is working properly.
View 3 Replies
Jul 22, 2009
I'm wondering how I could monitor a serial port for a voltage change or contact closure and have an event triggered when there is a detection.
View 1 Replies
Jan 2, 2008
need to connect to a MySQL 5 DB from VB.NET [2008] 3.5 Framework from code.Help ..need the connection code
View 11 Replies
Feb 2, 2010
Is the
Set DB = OpenDatabase(App.Path & "/Storage.mdb")
Set dbRecordset = DB.OpenRecordset("T1")
still the same in VB 2008? Just want to know and how? Specially the "App.path", Im trying connect but I cant.
View 30 Replies
Oct 30, 2009
Exception: ASP .NET VB .NET Code connect to sql server using sql authentication sql onnection stringHere is the solution for the problem
View 1 Replies
Aug 14, 2009
provide me a simple code to connect .net and MSAccess? also provide me the details of where to find ADODB control.
View 6 Replies
Feb 19, 2009
Iam working with VB.net. I have used MsComm6.0 control in VB.net. It is working properly on my machine.But when i installs in a system in which .net is not installed it is giving an error
[Code]....
View 4 Replies
Aug 13, 2009
I have a search page in my application where I am searching the database for the records that meet the specified conditions that the user selects. All of this works by creating the dataset, datatable, and dataadapter in the code. I then take a created bindingsource link it to the created datatable and then attach the bindingsource to my datagridview to display the results. Now what I am trying to do is to figure the Mean, Median, Mode and Standard Deviation of the results that were found above. My question is how to I run a select query on the code created table. I have the select query I want to use and when I try to use it in the code it talks about the connection. Now I have a dataset that is part of the project and I have the on just for the search page. Let me know if you need any code samples.
View 10 Replies
May 9, 2012
I am using VB 2010 Utimate on a Win7 64bit machine. I have an accdb database created through MS Access 2010 (database has a password). How do I go about connecting to it using codes without having to drag a database control on the form, also is it possible to code my form so that it will automatically detect the path of the accdb database? Also I want to view the whole table using datagrid view as well as perform database actions such as add, edit, del, save, search and etc.
View 7 Replies
Jan 6, 2011
I'm supporting an old vb.net program whose database it connected to was moved from SQL Server 2005 to SQL Server 2008. Is there a setting on SQL Server 2008 which will allow ODBC connections to access the database but not allow VB.NET to connect to it programmatically?
[Code]...
View 1 Replies
Sep 24, 2011
First off, my apologies for being a complete Newb! I have a SQL Express database that I use quite successfully to track my investments in several accounts. I built it myself, it's quite functional, and Im happy with it. The problem is that there are multiple account tables and updating them can be tedious in SQL Server, if multiple purchases and sales in multiple accounts have occurred in a month. Tedium can lead to errors¦
[Code]...
View 12 Replies
Mar 27, 2011
Running off my laptop: Visual Basic 2010 Express & SQL Server 2008 . I've successfully been able to use the connection wizard to connect to my database in vb.net and read/write data using datasets/tableadapters/binding_source etc.
Now I am trying to create an SQL connection via code to connect to my database to do some more complicated queries. I was successful in being able to connect to my database with SQL, but by doing so it produces an error when it tries to run any .Fill() methods from my TableAdapters below. The error produced is the following: "SqlException was unhandled. Cannot open user default database. Login failed. Login failed for user 'Chris-PCChris'".
If I remove my SQL connection code, the TableAdapter.Fill() methods will work fine.
[Code]...
View 2 Replies
Sep 2, 2009
how to connect to a usb port (for disital persona finger scanner)? I have no idea how to connect to usb using vb code.
View 5 Replies
Sep 24, 2009
I am creating a form which has the customer information entered by the user.When the user clicks submit the row need to be inserted into table "customer".writing the code to connect to the access database and insert the new row?
View 3 Replies