Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,008 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Serial port dll #203921
04/25/08 00:07
04/25/08 00:07
Joined: Feb 2005
Posts: 16
Italy
C
Cecia Offline OP
Newbie
Cecia  Offline OP
Newbie
C

Joined: Feb 2005
Posts: 16
Italy
Hi Friends,
I've create a virtual bike 3d world but i need a dll to read serial port.
I not programming in C++ and i can only read serial port in VB.

I'need only to read the impulse of a magnetic contact on bike tyre.

If you can help me i can explane better.
Write me olso a range of cost for that dll

Excuse for bad english
Thank's

Re: Serial port dll [Re: Cecia] #204140
04/27/08 00:32
04/27/08 00:32
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
try ackport.dll plug-in functions
port_in (var port);
port_out (var port,var data);


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: Serial port dll [Re: nfs42] #204175
04/27/08 15:27
04/27/08 15:27
Joined: Feb 2005
Posts: 16
Italy
C
Cecia Offline OP
Newbie
Cecia  Offline OP
Newbie
C

Joined: Feb 2005
Posts: 16
Italy
I know but it's only for parallel port.But i need read serial port.
T's

Re: Serial port dll [Re: Cecia] #204217
04/27/08 22:19
04/27/08 22:19
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
you can read /write to every I/O port, so the registers of the UART-Controller (Serial RS232). but this is low level programming and for me it's 20 years ago, when i was used to this.
i think you want to have something like this:
open_com("COM1",baud,databits,stopbits,parity on, hardware handshake off)
read_com(bytes)
close_com()

if you still in need of a plugin pm me

BTW: nice website


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1