Mar 06, 2017 Note about Delphi 2: Note: Delphi 2 is no longer suported, however, with some minor changes, it should compile under Delphi 2 as well. All indian desh bhakti song download mp3. Use 'Component/Install' menu item to add 'CPortReg.pas' unit to the component library. This unit registers ComPort components on 'CPortLib' page of component pallete.
Ann: FastReport FMX for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) released
Dear friends, Visual report designer is available now on both MS Windows and MAC OS X! Full sources. We can write here full list of possibilities, but it will so long. Let see FastReport VCL and FastReport FMX comparison table: http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html And all of this - just now in your hands for business-applications for Mac. Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)..
Serial Port and Firemonkey
I would like to use Delphi XE2 Starter Firemonkey to make a 3D visualize the signals from an Inertial Measurment Unit (IMU). The IMU sends measures through a serial port. To read from that serial port, I tried to use the TApdComPort component, in the APRO librairy from TurboPower Asynchronous. The TApdComport works fine with VCL, but when I switch to Firemonkey the code does'nt compile : 'unit controls.dcu' not found. Seems that the APRO library is not compatible with FireMonkey. Have anyone any idea on how to use a serial port with FireMonkey ? > {quote:title=r..
Motherboard without serial port and modem is serial port
hi all . i have modem with moder 'usrobatic 5668' (http://www.usr.com/support/5668/995668b-ug/main.htm)and it work well in linux with my old motherboard . this week i buy new motherboard Gigabyte EP43-tUD3l and this mother board havent and serial port for i connet my modet to it . so i buy a Wipro pci serial card (2/4/8 port) and the company say: > plug and play atumatic distbute IRQ and I/O adress and seitch no jump > using software to setup 32 bus designm support pci 2.1 criterion adapt > high speed i/o controller (16c550c or UART) one pc can connect several > ..
Serial Port Controlling in Firemonkey?
Hi, What kind of path should I follow to make my application requires serial port communication compatiable with windows and Mac OS enviorement? Thanks. ..
delphi and pos printer on serial port
Hi, I have been worked with POS prnters connected on LPT port and printing to this printers are very easy, just prepare txt file with text and esc sequences and copy it to lpt port. Now I have small problem with POS printers connected on serial port, this scenario dont work on serial port. Does anybody has experience or idea how to solve this problem, or how to print prepared text and esc sequence to POS printer on serial port? Thanks in advanced.. The first thing I would try is adding a printer using the Windows Text driver and print to that. -- Bill Todd (TeamB) S..
Delphi XE5 components (libnodave , JEDI, Serial port) [Edit]
Hello! In Delphi 2006 i used libnodave library for Siemens PLC connection. Also JEDI was very handy and free Dejan's Crnic Serial port library. Have anyone any experience with this libraries on XE5? Basicaly company bought it just for intraweb but i am looking for a way to use it in HMI(libnodave for reading Siemens PLC variables, Serial for communication with instruments, and JEDI for eas of work) also. Do you think that it could be possble to port thoswe libraries to new version of delphi? Edited by: Marko Ravnik on Feb 25, 2014 6:30 AM Marko Ravnik wrote: > Hello! >..
serial com port monitor, good component for Delphi 2009? [Edit]
I have been looking for a good component that compiles with Delphi 2009 and supports serial com port analyzing ('sniffing'). To give an example, the hhd Serial Port Monitor Control is the functionality we are looking for, but it doesn't work well with Delphi (many errors). It should not interfere or lock the COM port and should work even if the COM port is already in use. (Lot of components we tried needed a lock on the COM port). Wasp (software) is reading barcodes over the COM port and we need to capture the COM data and then display a dialogbox to give the end-user a choic..
Code Porting
Hi people, Basically, I am moving an app from Delphi 5 to Delphi 2009 which is all great (yeah right!) and I am having a couple of issues with some thirdparty components that we have the source code for. Being that I wanted to make the task as easy as possible, I was able to download the component in Delphi 2007 format. I have now managed to port that to 2009 so it compiles only with warnings and no errors. So all is good at this moment. Now I am trying to install the component into the IDE by using the install menu option from the project manager. This is where I run into errors. ..
how to read data from serial port or usb port
hi,all i know powerbuilder is powerful in database development. i just want to know if i can get data from serial port or usb, and how? thanx I have read data from the serial port by using the Microsoft plugin MSCOMM32.OCX that is included in several of Microsoft's products, but specifically it is included with VISUAL STUDIO. Once you install it in your machine, you can use it from PB by declaring an OLE object container. You then can call its methods and use its properties. Regards 'Xiaotao, Lu' <luxiaotao@hotmail.com> escribi� en el mensaje ..
Virtual Serial Port Driver emulates COM-ports
Virtual Serial Ports Driver XP creates two pure virtual serial ports in your system which are virtually connected to each other. For other Windows applications, virtual ports will be seen exactly as two real serial ports connected via null-modem cable. With virtual ports created by Virtual Serial Port Driver XP you can connect applications to each other and exchange data between them without occupying your real serial ports and using hardware wiring. Virtual link between virtual serial ports is much faster then real null-modem cable connection and depends on your processor speed. The latest ..
Serial Port ?
Where is the Serial Port? Nether in Delphi XE serial por was included? =/ João Mello wrote: > Where is the Serial Port? Nether in Delphi XE serial por was > included? =/ Not as a component but the headers of the necessary APIs are available. Create/Read/WriteFile and CloseHandle: http://msdn.microsoft.com/en-us/library/aa363858(v=VS.85).aspx http://msdn.microsoft.com/en-us/library/aa365467(v=VS.85).aspx http://msdn.microsoft.com/en-us/library/aa365747(v=VS.85).aspx http://msdn.microsoft.com/en-us/library/ms724211(v=VS.85).aspx More info about the Communica..
serial port
I know I have asked this quesion before, but I can't find a solution. Does someone know if it is possible to: - connect to com port 1 - set data format to 9600,N,8,1 - setting line RTS - read out com port 1 - clear the RTS line We really need this. If this is not possible with pocketbuilder we have to switch to the .net framework. And I don't want that to happen. Thanks Eric You can set the port info with IOCTL calls (I did some of this when we were playing with our first BT GPS receivers..) About setting/clearing the RTS - that may also be an IOCTL call, but ..
Serial port
Does anyone know of an commercial/uncommercial activex object that handles communications with the serial port. This doesn't nescessarily have to be an activex object, I just have to solve my problems with communicating with the serial port. It has to work with PB 6 and Windows 95/98/NT Jan Erik We use a DLL from WCSC. Visit their home page at http://www.wcscnet.com/. It's not TAPI compliant but you may not need all that overhead. It works with 3.11/95/NT. -- Jim Egan [TeamPS] Dealer Solutions, Inc. Houston, TX See you at the Powersoft User Conference in A..
Serial Ports
Hello all, I have a robot that sends data over a serial connection and I'd like to use Perl/Linux to listen to the Serial Port and record the data. Can anyone suggest the best package to do this? I need to be able to set Baud rates and such too. I'm looking at Device::SerialPort, but is that the best way to go about this? Thanks. -- Scott On Thu, 22 Jun 2006 09:11:50 -0700 (PDT), scott@dctchambers.com ('Scott Taylor') wrote: >I have a robot that sends data over a serial connection and I'd like to >use Perl/Linux to listen to the Serial Po..