Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2004 7:49 pm
5076
... http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&oe=ISO-8859-1&q=Qt+tutorial&btnG=Search -- "Where the clear stream of reason has not lost its way into...
... You will have to define "atomic". Did you mean at the machine instruction level, or at scheduler level, or file system level, or even at application level?...
hello, i want to generate sort of SQL grammar using Lex & YACC. can any body point that resource or any info to me. -thanx ... Do you Yahoo!? Win a $20,000...
hi, i have a class in wxpython called add_user - first two lines of the definition are: class add_user(wx.dialog): def __init__(self, *args,**kwds) i call it...
... [vrathod@localhost]$ info bison -- Hareesh Nagarajan WEB: http://puggy.symonds.net/~hareesh...
Hareesh Nagarajan
hareesh82@...
May 3, 2004 11:13 am
5083
Hi Everyone, I am srinivas from bangalore, currently we are developing a real time linux scheduler,we have implemented a real time scheduling algorithm.now...
... actually i figured it out just after i sent the mail. the default call to wxDialog is def __init__(self,*args,**kwds) and it expects atleast three...
All, Its been a year since I took over as the co-ordinator of the BLUG, and I am getting old; its time for me to retire ;-) Working for the BLUG has been a...
... code metric tool? I am not sure what it is you want. Are you maybe referring to code coverage? Aseem. -- "Where the clear stream of reason has not lost its...
Hello, I am having two COM ports in my PC. I am writing a simple code to communicate between these ports. I wrote a simple code. In that I am just opening the ...
... Have you connected these ports? IIRC, you need these ports connected using a 3 wire cable... IIRC pin 2,3 and 5 of port1 must be wired to pins 3,2,5 of...
C K Kashyap
kashyap@...
May 5, 2004 5:27 am
5092
... Try to communicate between two ports using minicom. If you are successful, then I think your program might have gone wrong in some where. or else check the...
Bala Mouli
balamouli@...
May 5, 2004 5:28 am
5093
... If the code is simple (a few lines, maybe you could post it here for people to look at. Which serial port read/write routines are you using? Which...
... I am using normal open/read/write functions. I have specified ports as "/dev/ttyS0", "/dev/ttyS1". I am using standard library. Regards ANOOP KUMAR NV...
... successful, ... else ... I tried to communicate through minicom. First I configured minicom in two diiferent terminals for ttyS0 and ttyS1. Then I sent a...
... This means you need to use software flow control. Hardware flow control would not work. Check if minicom has this option & try the file transfer. -Pavan...
Hi All, In an application, I am foking out a process just to handle signals. What I do now is something like this - if(fork()==0){ //This is the signal...
C K Kashyap
kashyap@...
May 5, 2004 10:04 am
5099
... I think you need not to go for file transfers. First, configure your minicom to ttyS0 and save the configuration into a file, say conf1, and quit. ...
Bala Mouli
balamouli@...
May 5, 2004 10:04 am
5100
... I could not get what exactly you mean. If you want a process solely for handling some signals , you can use pause() system call which will wait for...
Om
omanakuttan@...
May 5, 2004 12:13 pm
5101
... I think pause will do the job better...ofcourse I would need to put it in an infinite loop. regards, Kashyap...
C K Kashyap
kashyap@...
May 5, 2004 12:39 pm
5102
hai i want to know how can we communicate to particular switch and block the port of the swith in linux using c and c++. pls suggest some books or websites for...
... into ... it to ... I was successful in communicating through minicom as well as through my program. It seems problem was that I was not configuring the...
... A duh moment for me! Are switches programmable? For that matter does a packet contain info on which port of the *switch* it is comming from? Tarique -- ...