Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Sven Barth via fpc-pascal
Am 29.06.2017 23:27 schrieb "Bo Berglund" : > > On Thu, 29 Jun 2017 11:08:40 +0200, Sven Barth via fpc-pascal > wrote: > > >- open "Internet Options" > > The wording on these option pages seem to indicate that they are for > websites. That is all they talk about. They are not only about websites,

Re: [fpc-pascal] Serial to TCP gateway in FPC?

2017-06-29 Thread Paulo Costa
On 29-Jun-17 15:43, Koenraad Lelong wrote: Op 29-06-17 om 10:25 schreef Bo Berglund: On Sun, 18 Jun 2017 20:36:11 +0200, Koenraad Lelong wrote: Do you know the SDPO-package ? That has a serial component (SDPOSerial). This has a OnRxData event. Do you mean SDPO or 5DPO (letter S or number 5

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Bo Berglund
On Thu, 29 Jun 2017 11:08:40 +0200, Sven Barth via fpc-pascal wrote: >- open "Internet Options" The wording on these option pages seem to indicate that they are for websites. That is all they talk about. What about local files on the computer which are not part of any website? -- Bo Berglund

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-29 Thread James Richters
I defined a static array to convert the mode 13h VGA palette to separate red, green and blue to send to aggpas as well as the packed RGB565 format needed to send to ptcgraph 16bit colors. James Type VGARGBRec= Record R,G,B:Byte; RGB:Word; end; Const VGA256: Array[0..255]

Re: [fpc-pascal] Serial to TCP gateway in FPC?

2017-06-29 Thread Koenraad Lelong
Op 29-06-17 om 10:25 schreef Bo Berglund: On Sun, 18 Jun 2017 20:36:11 +0200, Koenraad Lelong wrote: Do you know the SDPO-package ? That has a serial component (SDPOSerial). This has a OnRxData event. Do you mean SDPO or 5DPO (letter S or number 5 at the start)? I googled for SDPO but the hi

Re: [fpc-pascal] Serial to TCP gateway in FPC?

2017-06-29 Thread José Mejuto
El 29/06/2017 a las 10:39, Bo Berglund escribió: 3) I also noted in the comments in TurSeriale.pas: "The Windows port driver does receive callbacks in chunks that are typically 8 bytes long. With ReceiveMode = rmRAW, TSeriale will simply pass this chunks on to the application with

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-29 Thread James Richters
>Your palette looks like standard Int Mode 13h VGA palette (yes, I'm older). >This are the RGB values (I'm quite sure): Thank you, I appreciate the help identifying the format I have and the conversion to RGB. I was able to also find methods to convert RGB to RGB565 and back by looking in the

Re: [fpc-pascal] Running Freepascal programs on other computers

2017-06-29 Thread Sven Barth via fpc-pascal
Am 28.06.2017 20:32 schrieb "James Richters" : > > >Are you by chance running it from a shared smb folder or something like that? > > Yes I am running them on a network share… If I copy the file to my laptop hard drive then I don’t get the warning anymore. However I still get the secutiy warning i

Re: [fpc-pascal] Serial to TCP gateway in FPC?

2017-06-29 Thread Bo Berglund
On Wed, 28 Jun 2017 10:55:47 -0700 (MST), turro75 wrote: >I don't know if useful, here You can find a terminal + serial to eth or >reversed based on lnet, custom serial component and richmemo > >https://github.com/Turro75/TCPLogger_V2.git > > Thanks

Re: [fpc-pascal] Serial to TCP gateway in FPC?

2017-06-29 Thread Bo Berglund
On Sun, 18 Jun 2017 20:36:11 +0200, Koenraad Lelong wrote: >Do you know the SDPO-package ? That has a serial component (SDPOSerial). >This has a OnRxData event. Do you mean SDPO or 5DPO (letter S or number 5 at the start)? I googled for SDPO but the hits were for 5DPO... -- Bo Berglund Devel