Hera a samples of comport and miniterm demos or samples...
Hi how i can setup scroll bar work, i setup on compterminal scrollbar = ssBoth but but doesn't work is possible scroll up or down i hole test or just on lines show on scree.
Hi friend could be possible to validate if the comport was connected or not.... if not connect the app crash... TComPort.connected:=true; if possible to mage something like try or some like that
install as usual, 1. open CPortLibDXE.dpk, compile 2. open DsgnCPortDXE.dpk, install 3. add source folder to delphi library 4. done.
please .. help-me how did you get
Success...
Hy, I have been using this for many years, but now I cannot install on 11.3 Any Idea? Johannes
Can u help me find relevant event handlers and properties, please ?
Can you help me find this? ComPort1.DeviceName = ComPort1.Port TParity = TComParity Comport1.FlowControl.DTR := Comport1.FlowControl.ControlDTR Comport1.FlowControl.RTS = Comport1.FlowControl.ControlRTS TDTRControl = TDTRFlowControl TRTSControl = TRTSFlowControl XOnXOff = (????) I didn't find it Comport1.FlowControl.XOnXOff := TXOnXOffControl(GetEnumValue(TypeInfo(TXOnXOffControl), XOnXOff.Value)); Comport1.Options = ???? how to return all options (new options) - at migration ComPort1.Active = ComPort1.Connected...
Hi, how are you? I have an application with the old version for Delphi 7 and when I try to migrate to Delphi 10 Seattle. I found some methods and properties, but there are still some left. Can anyone tell me what they are please? See below (not found yet) Comport1.FlowControl.XOnXOff := (????) Comport1.Options = ???? ComPort1.Active = ComPort1.Connected (????) ComPort1.ReadString = (????) See below (already found) ComPort1.DeviceName = ComPort1.Port TParity = TComParity Comport1.FlowControl.DTR :=...
ComPort1.DeviceName = ComPort1.Port TParity = TComParity Comport1.FlowControl.DTR := Comport1.FlowControl.ControlDTR Comport1.FlowControl.RTS = Comport1.FlowControl.ControlRTS TDTRControl = TDTRFlowControl TRTSControl = TRTSFlowControl XOnXOff = (????) I didn't find it Comport1.FlowControl.XOnXOff := TXOnXOffControl(GetEnumValue(TypeInfo(TXOnXOffControl), XOnXOff.Value)); Comport1.Options = ???? how to return all options (new options) - at migration ComPort1.Active = ComPort1.Connected (????) its...
You will have to manually setup any relevant event handlers and properties again for the TComport component.
I edited the .pas file and also the .dfm and the form opened, but when I added the new component to the form, the properties were not automatically rewritten. How can I make it automatically rewrite? It still has the old properties in my .pas file
Well you may need to manually edit the dfm file and pas file in notepad or some other text editor. Delete the reference to TComport the the form declaration in the pas file. Then try and open the dfm file and delete the TComport section from the DFM file. I think the DFM file is highly likely to be in a binary format though so you will have to use the convert.exe which is in the bin folder of your version of Delphi to convert it to text before you edit it.
Thanks for the comment, but it didn't work.(The form does not open after the error) After ignoring it, the following error appears: Error creating form: Cannot assign a nil to a TComParity.
My guess would be to make a backup of the .pas file and .dfm, select ignore on all those errors. Once loaded delete the comport component from the form (if it still exists). Then add backthe TComPort component. This will make the component have all the default values for the latest version of the component
Hi, how are you? I have an application with the old version for Delphi 7 and when I try to migrate to Delphi 10 Seattle several problems occur, how can I solve it? Could you help me, please? the errors shown on the screen are attached - images Thank you so much!
Please explain to me how to add all available Com ports to ComComboBox. I use Win10, Delphi11, ComPort library version 4.11. Thank you in advance.
Dear authors, dear community! I need help with ComPort component. It is used in Delphi 7 application to control 2 servomotors and everything works qiute stable until once it hangs. It may happen once per day or 2 times per hour. Addtitional debug output in my code revealed that it happens here: log('something'); result := ComPort.Read(@msg[from], len); log('something'); the first log line tells the function was called expecting to receive 3 bytes of data, the second log line never happens thus hang...
Thank you for your advice, I will try to enlarge COM buffers. I'll look at threah as there is - the program written in c ++ inherited probably doesn't know
Hi, I use comport411f.zip in my application written in Delphi 5 or Delphi XE4 with some my additions/corrections (USB/RS232 arrive/remove, EnumComPorts, TComThread, ...). I look at my source code: I wrote the changes in TComThread.Create and TCom Thread.Execute here: http://sourceforge.net/p/comport/discussion/261327/thread/aa128b5e/ Historically, I had a problem in Windows 7 with processing "large amounts of data" from serial ports. The technology has 3 devices that continuously send 6 digit and...
Hi, I would like to ask you not to look at the problem I am solving now. Maybe you have already met something similar and you will be able to advise me. 2 different applications have been running on Windows XP for many years and also on - without any problems. 1.) When switching to Windows 10, Windows 10 will randomly terminate the application after any time without any error message. Both applications are on different PCs with different motherboards and with Windows 10 professional. 2.) Applications...
You were correct. The comport component from Async (APRO) does work with USB virtual comports. I didn't think it did for two reasons. First, I have been through much of the manual and it says absolutely nothing about USB or virtual comports. And also, I had tried it and didn't see that it could work with USB. So what I did is I put a ApdComPort object on a form, added a button, and made the button open a comport. This is what I didn't do before. Now I ran it and hit open. open brings up a dialog...
It should not make a difference whether USB is used, or not. All software types work on an operating system level, and cannot differentiate between USB comports and other comports. Lars. Den søn. 24. okt. 2021 kl. 04.07 skrev Chris Landon crashlanding@users.sourceforge.net: Is there an alternative ? Apparently ComPort by APRO, which came with RAD Studio 11, does not work with virtual com ports via USB. Apparently it only works with actual RS-232 and RS-485 ports. Am I the only person working with...
Is there an alternative ? Apparently ComPort by APRO, which came with RAD Studio 11, does not work with virtual com ports via USB. Apparently it only works with actual RS-232 and RS-485 ports. Am I the only person working with Arduino and USB GPIO cards ?
Try it... we haven't worked on it for years. On Fri, Oct 22, 2021, 18:26 Chris Landon crashlanding@users.sourceforge.net wrote: I'm really sorry to hear that. Is it possible that the final version would install and work with RAD Studio 11 on Windows 10 ? ComPort Confusion https://sourceforge.net/p/comport/discussion/261327/thread/ac6528753d/?limit=25#ec8a Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/comport/discussion/261327/ To unsubscribe from further messages,...
I'm really sorry to hear that. Is it possible that the final version would install and work with RAD Studio 11 on Windows 10 ?
This forum is about Dejan's component, and it is no longer maintained. On Mon, Oct 18, 2021, 02:37 Chris Landon crashlanding@users.sourceforge.net wrote: I wrote Winsoft the day after I wrote this forum to ask about their version of ComPort. They wrote me back in a day and told me their ComPort is not the one by Dejan Crnila. The Comport that came with RAD Studio 11 is from APRO. Another question for the forum is, when will ComPort be updated for Rad Studio 11 ? ComPort Confusion https://sourceforge.net/p/comport/discussion/261327/thread/ac6528753d/?limit=25#980e...
I wrote Winsoft the day after I wrote this forum to ask about their version of ComPort. They wrote me back in a day and told me their ComPort is not the one by Dejan Crnila. The Comport that came with RAD Studio 11 is from APRO. Another question for the forum is, when will ComPort be updated for Rad Studio 11 ?
Hello, I have been using the free download of Comport Library by Dejan Crnila for a couple of years, in RAD Studio 10.2 (Delphi). It works well for me. I have upgraded to RAD Studio 11 and want to buy the full latest version when it is updated for RAD Studio 11. I would like it to work with Windows and Linux. I am confused by the several different ComPort components I have seen advertised. Some have similar but different version numbers. I don’t know if these are the same or are completely different...
I unzipped the zip-file and opened the example-codes *.dpr-file into Delphi 10.4 CE Delphi was complaining about a LED-component missing. Guys why do you feel the need to add some other components to example-codes that complicate things? Why don't you provide all components that are needed to make your examples run?
Hi, One digital board is connected to PC (RS232 - pin 3 and 4 only). I have no idea why the number cannot be displayed in the board. How can I send numeric to comport? var Num : Integer; Num := 1234; ComPort.Open; ComPort.WriteStr(chr(Num)); ComPort.Close; Can anyone help? Thank You.
HI all, My name is Dan Gonciar and I am a beginner programmer. I work with delphi2007 for win32. I downloaded ComPort Library version 4.10, but I can't use this advantage. Even if I try to compile,no problem(nothing wrong ), but if I try to install CPortLibD2007,....Error Message:'Cannot Load Package CPortLibD2007.It contains unit'CPortTrmSet,wich is also contained in packageCPortLib7' and nothing is installed. Can you help me (please) to figure out what I did wrong? THANK YOU WITH RESPECT, Dan ...
Hi Guys, been using this since Delphi 6! Delphi 10.3 Latest TComport version Data exchange works fine up to 128000, I guess where most people top out. The UART in question (CH340) supports up to 2Mbit. Have wound up to 2Mbit with Putty and data exchange is fine. Anything above 128000 and there seems to be an issue. I can see my device gets the data but it looks like its getting junk. Again Putty I can wind up to full speed just fine. I had assumed it was an issue with using brCustom but using br256000...
I'm frustrated, cannot install this component, I tried everything it says on the help but no luck! These are steps I took: - Added ". .\source" dir to lib path - a) Opened .groupproj tried to build -> got error - b) Tried to open .dpk file and compile -> got error - and so many other ways and still no success. If anybody could show me the steps I should take, I'll be greatly appreciated
Hi, No news since last march, I will give a new try and let you know.
Good day, We would like to inform you that 07.09.2020 our e-mail address is changing to info@mhc-hlozka.sk The original e-mail address mhc@stonline.sk will be canceled. Sincerely Miroslav Hlozka MHC-Hlozka . Dňa 31.05.2013 o 20:26 csm101 napísal(a): And you have to add a variable that is REALLY declared as string. you can't use the untyped Data pointer. it may seem redundant to add another reference but its meant only to correctly increase and decrease the reference count. delphi has to know that...
SInce last march, did you find any solution tyo install comport library for C++ Builder ? Any help would be really precious as well
Anyone been able to get 4.11f to not create a access violation in bds.exe using Delphi 10.4 on WIN-10 Pro? I can compile and install the component with 10.3.3 but not with 10.4. Something has changed. No idea where to look.
Hello, folks. Do you have an effective way to disconnect the USB cable? Unfortunately, all solutions presented here do not work. Regards Robert
Hi, Is there a possibility to install this component on C++ Builder 10.3 ? I was able to install it on XE6 version, but not on the last one. I tried several methods but without success. Since I can open the DPK files, I was unable to compile and get the correct .BPL and .LIB. Any help would be really precious. Thank you
Hi, Is there a possibility to install this component on C++ Builder 10.3 I was able to install it on XE6 version, but not on the last one. I tried several methods but without success. Any help would be really precious. Thank you
I need your help I unzip and put ComPort411f source files into the folder. I put this folder onto Library path into Tools-Options-Library. 1) After this, I try to compile package. I do "File/Open" and select "CPortLibDXE.dpk". I start compile. It is successfully finished. However I can not find "CPortLibDXE.DLL" or any "*.DLL" file to put into serch path. I try "DsgnCPortDXE.dpk", after compile this. (successfully finished) I can not find "DsgnCPortDXE.bpl" file to put compornent palette. So both...
Hi There This lilbrary is great and super simple, although I do find it hard to install, and there doesn't seem to be loads of documentation. In an attempt to help with that, here is what I did to install the components in Delphi 10.1 Berlin. Add the below as a library paths (Tools - Options - Environment Options - Delphi Options - Library) : <fullpathto>\ComPort\comport411\Source</fullpathto> Open Source\cportlib12.dproj and build it, which should work Open "TComPort Delphi 2010.groupproj", and...
Hi is possible to disable terminal with not disconnect comport, for example if send some lines to device i dont wanna receive on terminal, but after i sent the commands i must to receive response from device for that i need enable to receive on terminal.
Hello i started with cport and lazarus i can install and compile the files, but when i compile and run miniterm send this erro rosource LEDREDON not found i need help to get over this problem if some body have same problem let me know if solved or not. thanksFernando Sandoval
I am sending the required string to a Scale and, it seems to me, should be receiving 1 string back. However, the string is returned in 3 strings in 3 passes through the ComportrxChar routine. I get the same result if I use the DataPacket. Any help here?
Merhaba... windows 10 işletim sisteminde delphi7 kullanıyorum. ComPort Library 4.11 yüklü. Bu bileşeni kullanarak port işlemleri okuma ve Hi.I am using Delpi 7 in OS.ComPort Library 4.11 is installed.I am doing reading and writing by using these components.While there is no problem in reading,it gives error while it is sending data after a few data.The name of error is ("comport library writefile fonction failed (error :22" and other error" " ) It is repaired when I stop connection but it gives the...
Hi.I am using Delpi 7 in OS.ComPort Library 4.11 is installed.I am doing reading and writing by using these components.While there is no problem in reading,it gives error while it is sending data after a few data.The name of error is ("comport library writefile fonction failed (error :22" and other error" " ) It is repaired when I stop connection but it gives the same error after a few operations.What can be the reason? How can I solve this problem? thanks
I had similar problem in RAD2007: installation was successful but one day CPortLib page disappeared from Tool Palette. Googling finds some complaints on this without solution or with "strange" solution like http://stackoverflow.com/questions/2245467/delphi-2010-will-not-show-a-component-in-the-tool-palette-even-though-it-shows-i I got it working now after changing in registry of all occurrences of parameter [Borland\BDS\5.0\Package Cache\DsgnCPortD2007.bpl] "Demand Load Package"="1" to "0". After...
I have problem withe installation of Tcomport with C++ builder, if any one can help me it will be a great job to me.
hello, I am new in this forume and I try to get informations about Tcomport library, if some one can help me it will be a great job for me?
I had a working installation of ComPort 4.11f in my Delphi 10.1. After I had to set up Delphi XE with TComPort for an older project (installation worked flawless), I started to work with 10.1 again without problems. Until I opened a DataModule that contained a TComPort object: An error message came up (sorry, I don't remeber what the message said). Also ComPort was not tin the Tool Palette any more. But when I tried to reinstall I realised that the TComPort Projekt had the option to unsinstall, which...
I had a working installation of ComPort 4.11f in my Delphi 10.1. After I had to set up Delphi XE with TComPort for an older project (installation worked flawless), I started to work with 10.1 again without problems. Until I opened a DataModule that contained a TComPort object: An error message came up (sorry, I don't remeber what the message said). Also ComPort was not tin the Tool Palette any more. But when I tried to reinstall I realised that the TComPort Projekt had the option to unsinstall, which...
I had a working installation of ComPort 4.11f in my Delphi 10.1. After I had to set up Delphi XE with TComPort for an older project (installation worked flawless), I started to work with 10.1 again without problems. Until I opened a DataModule that contained a TComPort object: An error message came up (sorry, I don't remeber what the message said). Also ComPort was not tin the Tool Palette any more. But when I tried to reinstall I realised that the TComPort Projekt had the option to unsinstall, which...
Hello Fulvio I think that you solved your question, but when I had the same question, I decided to post the solution. EnumComPorts(ComPort.Items); Best regards Anderson
Hello Fulvio I think that you solved your question, but when I had the same question, I decide post the solution. EnumComPorts(ComPort.Items); Best regards Anderson
"Echo typed charachters locally" in CPortTrmSet.dfm
It took a while,but I got the cbproj files going for cpp builder berlin! Any chance...
Hello James, Yes comport411c works fine on Delphi Berlin 10.1. In your Delphi Berlin...
Following installation of Comport and compilation of my project that built successfully...
Hi, I imported XE version (from 4.11f distribution) in Delphi Rad Studio 10.1. Strangely,...
Hi, I imported XE version (from 4.11f distribution) in Delphi Rad Studio 10.1. Strangely,...
How to mix Tcomport with voice modem in delphi ?
Hi James, did you find an answer to this? I'm about to buy Delphi 10.1 but I'd like...
Hello, Does this component work on Delphi Berlin 10.1? If so, I require help with...
Hello, When installing the 411f release on Delphi XE2 all is OK. Now when install...
Hello, When installing the 411f release on Delphi XE2 all is OK. Now when install...
Yes it is, but it still doesn't work. I have all .res, .dcu and *.dfm files copied...
Is the path to the source files included in the Library Search path?
Hi, i'm using delphi 2010 and try to use comport library. Component is successfully...
Hello, I wanna get from comport data as ASCII Characters,but it show me hex characters,...
Good evening! Is the cport.hlp file in comport411f.zip corrupt? Or maybe not compatible...
the comport411f_for_xe10.7z support 3000000bps buadrate, in FDTI USB Serial Bridge...
ComPort Library version: 4.11f Software version: Embarcadero® RAD Studio 10 Seattle...
ComPort Library version: 4.11f Software version: Embarcadero® RAD Studio 10 Seattle...
ComPort Library version: 4.11f Software version: Embarcadero® RAD Studio 10 Seattle...
ComPort Library version: 4.11f Software version: Embarcadero® RAD Studio 10 Seattle...
ComPort Library version: 4.11f Software version: Embarcadero® RAD Studio 10 Seattle...
Looks like I managed to solve this. For ComPort component you have property DiscardNull....
I have the same problem. Did you manage to solve this?
before install TComCoboBox component, you can't open the pas file, or TComCoboBox...
before install TComCoboBox component, you can't open the pas file, or TComCoboBox...
the comport component source place a root directory, ande open with Administrator...
I had similar problem in RAD2007: installation was successful but one day CPortLib...
I send com port this sequence of characters: FF FF 01 01 00 00 00 18 HEX. In the...
I am using a very old version of delphi V6 and Comport Library V4.11 In the library...
I am using a very old version of delphi V6 and Comport Library V4.11 In the library...
I need help with ComPort Library for C++ builder XE2. Which version is for C++ builder...
desire to fill a record, which send or receive. TForm1.ComDataPacket1Packet procedure...
I have got a peace of code from Googling .. I need help to make this work with ComPort...
I have got a peace of code from Googling .. I need help to make this work with ComPort...
Hello everyone. I have downloaded the latest version of ComPort Library and trying...
Hi So I just installed comport411f on my Surface, running Win 8.1 64bit, Delphi XE...
Hi So I just installed comport411f on my Surface, running Win 8.1 64bit, Delphi XE...
Had the same problem with with a thing basically going like this: procedure TForm1.ComDataPacketCustomStop(Sender:...
I'm using XE7 to interface to a device with an FTDI-245 acting as a standard Serial...
It was solved. I found that produced bpl file size is quite small. So it was something...
Try this: procedure TForm1.ComPort1RxChar(Sender: TObject; Count: Integer); Var S:string;...
Try this procedure TForm1.ComPort1RxChar(Sender: TObject; Count: Integer); Var S:string;...