Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18772 - 18801 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18772
This message is to Brennan (cluvius2000) I finally got around to downloading xfile today as I've got some spare time coming up but the link reported a message...
Joe Vislocky
jsvislocky
Offline Send Email
Oct 29, 2009
1:46 pm
18773
Yes, with other programming environments this works like this because in the background a non-blocking mode is used to open the port and a time-out will take...
Vincent Voois
vvacme
Offline Send Email
Oct 29, 2009
2:10 pm
18774
Hi Group, Yes, I have investigated C options for opening a tty port. I chose Xbasic for its easy to understand lint of a GUI to program and I am still...
Kerry Miller
n0wiq
Offline Send Email
Oct 29, 2009
4:20 pm
18775
I have uploaded the file "ttyRead.x" in Files > members > cw2008can_programs. I have been playing around with the various functions that read files and found...
cw2008can
Offline Send Email
Oct 29, 2009
6:58 pm
18776
Joe,   Here is the link: http://www.box.net/shared/dnq2eymyz2   Thanks,   Brennan ... From: Joe Vislocky <jvislocky@...> Subject: RE: [xbasic]...
Brennan Cleveland
cluvius2000
Offline Send Email
Oct 30, 2009
1:12 pm
18777
Hi People, Thank you cw2008can. I have tried it in a SearchRadio () function. Now the function hangs up on the XstBinRead when there is NOTHING attached to...
n0wiq
Offline Send Email
Oct 30, 2009
6:53 pm
18778
Brennan, Thank you. Joe Joseph S. Vislocky JS Vislocky LLC 333 S. Front Street Wormleysburg, Pennsylvania 17043 717-761-4560 Telephone 717-303-5288 Fax ...
Joe Vislocky
jsvislocky
Offline Send Email
Oct 31, 2009
1:38 am
18779
Hi Group, I have noticed something about XstGetFileAttributes. It returns the same 0x80 (normal file) whether a file is a disk file or an I/O port. My gut...
n0wiq
Offline Send Email
Nov 1, 2009
1:58 pm
18780
I was forced to code a program for web in win platform. for that i need functions from "svchdocw.dll" (Webbrowser control) how can i get this on xbasiclite .. ...
MAHESH
mahesh20081984
Offline Send Email
Nov 1, 2009
9:17 pm
18781
I can't find much help on these two subjects. I want to use this function but I can't find the correct syntax to access the compenents for the data type it...
Mr Kite
mrkite_cincy
Offline Send Email
Nov 1, 2009
9:21 pm
18782
It asks the system for a file-status. If the system responds, then how should XB attempt to figure out if the response supposed to be right or not? I guess...
Vincent Voois
vvacme
Offline Send Email
Nov 2, 2009
5:05 pm
18783
Aha i guess you mean this: XstGetFilesAndAttributes() maxLen = XstGetFilesAndAttributes (@ filter $, @ attributeFilter , @ file$[] , FILEINFO @ info[] ) Get...
Vincent Voois
vvacme
Offline Send Email
Nov 2, 2009
5:17 pm
18784
Hi Group, I have a frustration: Is there any way I could check if anything is connected to a ttyUSB I/O port before I try to read from it. -- Kerry N0WIQ My...
n0wiq
Offline Send Email
Nov 3, 2009
4:26 pm
18785
I am no expert on these issues.. but there is a linux system command which scans USB ports and reports on connected devices. I can not recall the command  but...
Z P
chatnick_au
Offline Send Email
Nov 3, 2009
9:44 pm
18786
It wasn't too hard to locate info.. so here goes Initially outside your program try the follwing in the console window less /proc/bus/input/devices This ought...
Z P
chatnick_au
Offline Send Email
Nov 3, 2009
9:56 pm
18787
Hello Group, Correct me if I am incorrect, when I do a ls -la /dev/ttyUSB* I see a list of ttyUSBn and the n ranges from 0 to 4. Four of these entries are a...
n0wiq
Offline Send Email
Nov 4, 2009
3:13 am
18788
Would this command help? "stty -F /dev/ttyS0 -a" If the device name is correct it gives all the current settings. If the device name is wrong it responds "No...
cw2008can
Offline Send Email
Nov 4, 2009
4:18 am
18789
Hi Group, I have only used stty to set flags. I will have to look closer at the man page or info and see how to interpret the flags, my intial view didn't...
n0wiq
Offline Send Email
Nov 4, 2009
11:46 am
18790
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
Nov 6, 2009
12:30 am
18791
Hi Group, My lament: I haven't found and none has suggested how I should do a Non-Blocking read so I could monitor a serial port that has no data or is not...
n0wiq
Offline Send Email
Nov 9, 2009
10:59 am
18792
This stuff is just not that easy.... If i couldn't manage it from within XBasic, I went looking for a library that could and used the library to perform the...
Vincent Voois
vvacme
Offline Send Email
Nov 9, 2009
8:01 pm
18793
I have suggested several times to use the C open() function. Out of my own curiosity, I wrote an XB program on Linux that reads in a non-blocking fashion from...
Marc
cluvius2000
Offline Send Email
Nov 9, 2009
9:20 pm
18794
port$ should be "/dev/ttyS1". Not sure how that got messed up in the copy and paste into the browser....
Marc
cluvius2000
Offline Send Email
Nov 9, 2009
9:25 pm
18795
Hi group, I think my copy of xbasic-6.3.3-linux-386 may have gotten corrupt. Where do I find a fresh copy. -- Kerry N0WIQ My web site URL is: ...
Kerry Miller
n0wiq
Offline Send Email
Nov 9, 2009
11:56 pm
18796
Hi Group, I have been told about using the C open() in Xbasic to get a NO_HANG open. This leaves me cold. My primary concern is my program is still under...
n0wiq
Offline Send Email
Nov 10, 2009
1:52 pm
18797
... I'm not sure why he thinks you couldn't use it in the PDE, you'd just have to import your clib (instead of the individual "open", "read" and "close" ...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 10, 2009
6:23 pm
18798
Steven, If you create new program in the PDE on Linux, import clib, then add the following line to the Entry() function: pid = getpid() The PDE complains that...
Marc
cluvius2000
Offline Send Email
Nov 10, 2009
7:44 pm
18799
Hi Group, Mark, I know about "clib" but what are you talking about Xbasic has its own open(). I haven't found it in the documentation I have. ... -- Kerry...
n0wiq
Offline Send Email
Nov 10, 2009
8:46 pm
18800
xbasic-6.3.4-linux-i386-20091110.tat.gz is now in Files > members > XBasicBin It includes the option $$NONBLOCK when opening a file (ie) fileNumber = OPEN...
cw2008can
Offline Send Email
Nov 10, 2009
9:07 pm
18801
cw2008can I installed /xbasic-6.3.4-linux-i386-20091110.tar.gz with tar -xzf ./xbasic-6.3.4-linux-i386-20091110.tar.gz on my Fedora11 x86_64 machine and when I...
n0wiq
Offline Send Email
Nov 10, 2009
11:57 pm
Messages 18772 - 18801 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help