Select Page: Previous 11 12 13 14 15 16 17 18 19 20 21 Next
Control.com topic...
Languages
Topic: Programming languages.
from the Automation List department...
serial port in vb
Originally posted by sahar on 28 September, 2005 - 10:03 pm
serial port in vb
New Replies:
please describe more for help you if you want. call me....
By Santhosh Jayarajan on 30 September, 2005 - 1:10 am -
I presume that you have electronics of some kind that can accept serial communications commands....
Topic: Programming languages.
from the Programming languages department...
How To Excute the DOS Commands in Visual Basic
Originally posted by Anonymous on 25 August, 2005 - 2:40 pm
i can't run the DOS commands in VB programs. Please help me.
New Replies:
Shell execute is what you want. If you want to download a sample then go to...
If you know how to call "spawnv" or its equivalent in Visual Basic, to spawn a program in...
Try the Shell function? Shell(pathname[,windowstyle])...
By Shailesh C Patel on 26 August, 2005 - 3:26 pm -
yes you can use it through "shell" function. i think it is like...
for VB 6, use: msgbox(shell("dir")) for 7.0 (.net) there are two ways. I believe...
Topic: Programming languages.
from the vb department...
Error in opening Comm port in VB
Originally posted by mr jj on 5 March, 2004 - 7:42 pm
i'm doing a project in VB where i'm using comm port but when i try to open the port it gives the error as port already open though the port is not open.
New Replies:
Sadly, this may be an MSCOMM issue - I stopped using it back when VB v4 existed because at times it...
By Shailesh C Patel on 31 August, 2005 - 8:03 pm -
If you install any one of following software that prob happen. 1> Irda driver 2>...
Anyone solved this problem? I have the same problem. I use the code to open the port. It should...
Topic: Communications systems and equipment.
from the Automation List department...
serial port comunication using visual basic
Originally posted by prem on 19 July, 2004 - 10:12 am
how can i use visual basic codes to read input from the 1st serial port...
New Replies:
Hello there, you can you a USB to RS232 converter....
Topic: Programming languages.
from the sorry i cant find department...
How to program LPT1 in VB.NET
Originally posted by Igracko on 16 September, 2005 - 12:36 am
Need to know about programming lpt in VB.net
New Replies:
i was do it with port32 ocx....
Topic: Programming languages.
from the Electronics department...
Matlab to C++
Originally posted by Anonymous on 17 February, 2005 - 3:08 pm
is it possible to convert matlab file .m to c++ code?
New Replies:
The information you have provided is not sufficient. If you want to convert .m file to c++ you have...
Topic: Programming languages.
from the how to send data in c lang. by parallel port using windows xp department...
C Language
Originally posted by ismail nasar on 11 August, 2005 - 6:46 pm
i would like to send the data in c language to parallel ports using windows xp
New Replies:
i would like to send the data to parallel ports using windows xp By using c programuing. is there...
Google for inpout32.dll (it's free), or tvicport, or ntport library....
Hi this is vineet here. You might be using the port address 0x378. But in xp you might have to use...
Topic: Programming languages.
from the Automation List department...
Realtime graphic with vb
Originally posted by Hasan KOROGLU on 12 April, 2004 - 9:38 pm
realtime scrolling output-time graphic with vb
New Replies:
you can use line control for displaying your data use picture box. syntax will be: for i= 1 to...
Topic: Programming languages.
from the Programming languages department...
Shell command in VB 6
Originally posted by D on 28 April, 2004 - 11:00 pm
Help with the shell command in VB 6
New Replies:
THANKS!! This worked GREAT!!...
This is really a great information for me. I found your code here, what I actually require, using...
Originally posted by R.BABU on 3 June, 2005 - 11:01 pm
Program in C for Serial Port Interfacing
New Replies:
Follow some of the steps below which could trouble shoot your problem. 1. Is the baud rate on...
Originally posted by Anonymous on 29 April, 2005 - 7:52 pm
i'm doing a project in VB to decode the data that is read from comm port... actually all the data that read is from the comm port are string characters that we can't understand...
New Replies:
Hi, May be the MSComm parameters (baud, byte, parity...) are wrong, try to change it. Rodrigo...
Hi, I am having the exact same problem as you were and was wondering if you had any joy decoding...
Originally posted by Y2S on 19 January, 2003 - 1:50 pm
is there a movement from procedural language to non-procedural languages in today's application context? ...
New Replies:
which do you like better, procedural or non?...
Topic: Programming languages.
from the Automation List department...
interfacing RS232 in WinXP using VC++
Originally posted by maheshkg on 23 February, 2005 - 7:56 pm
I have problems in interfacing RS232 in VC++ in WinXP. Please help me with some sample code in VC++.
New Replies:
Hello Gildas, I was looking for a RS485 sample code and I found yours. It is a great work!!!...
Topic: Programming languages.
from the Automation List department...
VB DDE 'Item' name limitations
Originally posted by Jeff on 8 September, 2005 - 12:07 am
Can you 'trick' VB into recognising different DDE 'Item' formats?
New Replies:
Windows is an unreliable, legacy technology and not recommended for new automation applications. ...
DDE is old, but not certainly not obsolete! Just try the DDE monitor from RHA minisystems and...
VB is an obsolete technology and it's not recommended for new applications....
DDE is an obsolete thechnology and it's not recommended for new applicaations. Try using OLE or OPC....
Topic: Programming languages.
from the Automation List department...
ebooks for c and c++ (and more)
Originally posted by Shailesh C Patel on 7 September, 2005 - 9:06 pm
links for free ebooks on various topics
New Replies:
can any body help me for Embedded c++ free books? thanks....
Topic: Programming languages.
from the I am looking for some sample source code about the MODBUS protocol using Java... department...
Modbus communications with Java!
Originally posted by nChafe on 2 September, 2005 - 12:38 am
I am looking for some sample source code about the MODBUS protocol using Java...
New Replies:
You find a commercial Java Modbus driver at http://www.modbusdriver.com/java modbusDRIVER.com -...
I have seen a C++ library for modbus, I'm not sure about JAVA. Perhaps here there's more resource. ...
Hi Try register at http://www.modbus.org and download sample projects. Regards, Andrzej ...
Topic: Programming languages.
from the Matlab/modeling department...
Modelling using time series data.
Posted by Oguz YILMAZ on 3 September, 2005 - 11:18 am
How to model a multi input multi output system based on input/output time trends?
Topic: Programming languages.
from the Projects department...
LCD display control in C++
Originally posted by amit on 1 March, 2004 - 7:13 pm
How to control LCD DISPLAY via C++.
New Replies:
Hi PC or others? You can try on LPT1 and COM1. by com1 send your serial data and by lpt1...
Topic: Programming languages.
from the visual basic department...
serial communication code
Originally posted by pragash on 22 August, 2005 - 5:54 pm
code for interfacing devices through serial port
New Replies:
hello sir , i am an engineering student , for my final year project iam searching for project like...
By Michael Griffin on 23 August, 2005 - 1:35 pm -
The book "Python and Tkinter Programming" by John E. Grayson has this exact problem as an...
Topic: Programming languages.
from the is it possible in c language to get data from other device department...
is it possible in c language?
Originally posted by ismail nasar on 17 August, 2005 - 10:24 pm
is it possible in c language to get data from other device?
New Replies:
From the question, I would say that it is indeed probably dangerous for the PC. Not to comment...
By Marc Le Douarain on 19 August, 2005 - 9:13 pm -
You can use parallel port to interface with your 2 switch. And then in software read the parallel...
Topic: Programming languages.
from the Maths department...
Matlab vs. C++
Originally posted by Kimata on 21 July, 2004 - 2:54 pm
Matlab vs C++ in interfacing with electromechanical industrial systems
New Replies:
Well nobody talks about performance in here but I think it's a critical point. Matlab is designed...
Topic: Programming languages.
from the Automation List department...
How to convert LD ladder to ST literal language
Originally posted by Jordi llaguna on 4 August, 2005 - 11:41 am
Ladder to Literal language with Unitypro Telemecanique.
New Replies:
There will be a service for this conversion (984 LL> IEC for Unity Pro) soon. Ask your Schneider...
No, there is not!!! No conversion across language....
Select Page: Previous 11 12 13 14 15 16 17 18 19 20 21 Next
 
 

Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2010 Nerds in Control, LLC. All rights reserved.

Users of this site are benefiting from open source technologies, including PHP, MySQL and Apache. Be happy.


Fortune
Taxes are going up so fast, the government is likely to price itself
out of the market.
Advertise here
Advertisement
our advertisers
Help keep our servers running...
Patronize our advertisers!
Visit our Post Archive