Search found 4 matches

by jernelsa
Tue Aug 16, 2011 1:51 pm
Forum: Flowcode V2 & V3
Topic: rs232 recieve and send
Replies: 2
Views: 6995

Re: rs232 recieve and send

Ok I already tried flowcode v4 but still Im having problems sending char is solved but still recieving char is the problem http://sodoityourself.com/max232-serial-level-converter/ thats my connection max232 and pic16f877a. btw in sending data im using hyperterminal and vb6 and sending data is fine i...
by jernelsa
Mon Aug 15, 2011 4:49 am
Forum: Flowcode V2 & V3
Topic: rs232 recieve and send
Replies: 2
Views: 6995

rs232 recieve and send

Hi to all Im new in flowcode rs232 I know now how to send data in rs232 using flowcode, but heres the problem I dont know how to recieve a data for example: (im using pic16f877a and vb6) i have command button in vb6 and heres the code MSComm1.Output = "1" w/c means I will send data in the ...
by jernelsa
Mon Jul 04, 2011 3:34 am
Forum: Programming Tips & Tricks
Topic: PC to PIC communication: Part 2
Replies: 14
Views: 20295

Re: PC to PIC communication: Part 2

I modified the vb code and I replaced 3 (thats the seconds in sending data) to 1. will that be ok? because it displays the data, but in 3 times. for example ke = kekeke, I know you know it because you made it :)
by jernelsa
Sun Jul 03, 2011 1:18 pm
Forum: Programming Tips & Tricks
Topic: PC to PIC communication: Part 2
Replies: 14
Views: 20295

Re: PC to PIC communication: Part 2

I hope it not too late, but im having problem every time I input in the textbox. it says "Out of time", i understand the code. but i dont know what wrong.