Re: Can I Use powerpoint to send commands out the serial port?
- From: "leef_me" <leef_me@xxxxxxxxx>
- Date: 15 Aug 2005 21:19:35 -0700
Hello bradiger,
I did it in Excel, for how see below.
Should be identical in PPT.
I noticed that I had to close the file in order to get the data to be
sent. Hence the 'Close' statement.
If at all possible, to start with, I suggest using some device so that
you can monitor the serial output port and use simple text strings, not
just Chr() . It can be highly frustrating when you get no results.
Sub send_to_com1_motor4()
Open "Com1:9600,n,8,1" For Output As #1
'Print #1, Chr(128); Chr(0); Chr(9); Chr(33);
Close #1
End Sub
HTH,
Leef_me
.
- References:
- Can I Use powerpoint to send commands out the serial port?
- From: bradiger
- Can I Use powerpoint to send commands out the serial port?
- Prev by Date: Re: how to save a powerpoint presentation so all video/audio/image
- Next by Date: Re: how can i make a ged diploma on here
- Previous by thread: Re: Can I Use powerpoint to send commands out the serial port?
- Next by thread: Flash at beginning and end of video in PPT
- Index(es):
Relevant Pages
|