Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: rocky79; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. HorrAY! it works

    Thanks Bob and all of you who replied to this post. My mistake was simple like usual. The RTC slave address is 7 bits so I added an extra zero to the left to make it 8 but i was wrong the zero should...
  2. Bob, That's what i have on my code if you look...

    Bob,

    That's what i have on my code if you look back. Here is a sample take the minutes sample for example:
    'Set the time
    I2cwrite PORTC.2,PORTC.1,CONTL,$01,[rtcmin] 'minutes
    the CONTL is the...
  3. Thanks steve! let me know if you find anything...

    Thanks steve! let me know if you find anything unusual or wrong i n my code...Thanks again
  4. Bob, Can you specify what register constant i am...

    Bob,
    Can you specify what register constant i am missing? i look it up and i didn't see anything else i need to specify.Remember its the DS3232 i aim using so it might be slightly different than the...
  5. Hello Steve, I am using the RTC DS3232 from...

    Hello Steve,
    I am using the RTC DS3232 from dallas. you said you have used it before. Can you share your picbasic code? I am having trouble setting the time.
    when i read the time and date. I get...
  6. Happy New Year Acetronics

    Thanks guys for all the help and links. I found a chip that does all the hard work for me on top of that it is featured with 2 alarm settings.
    http://pdfserv.maxim-ic.com/en/ds/DS3232.pdf

    I will...
  7. Thanks Fazan for the code but one thing i didn't...

    Thanks Fazan for the code but one thing i didn't understand is how do i get the actual seconds by simply counting? if you count from 1 to 60 does it mean its 1 to 60seconds? can you clarify how you...
  8. Using Pic as a digital clock/timer. How accurate?

    Hello,
    I am trying to use the pic as a clock timer that displays the time hour and minutes but also i would like it to have a featured timer that the user can set. The timer will activate a motor....
  9. Replies
    5
    Views
    7,421

    Thanks luciano for the great link..I learned a...

    Thanks luciano for the great link..I learned a lot from it. But i still have one thing that i can't quiete figure out which is how to recieve the data from the microcontroller. I am currently...
  10. Replies
    5
    Views
    7,421

    Hey Alain...and yes i am everywhere ;) Thanks...

    Hey Alain...and yes i am everywhere ;)
    Thanks for the Link...i still have to convert from Vb6.0 code to the new visual basic express.Have you tried it it's free
    Rocky
  11. Replies
    5
    Views
    7,421

    SerialPort access in visual basic express ed

    Hello,
    I am trying to write a code to read/write from/to a microcontroller via a serialport terminal using visual studio express edition. Has anyone done it before and can provide sample code?.
    ...
  12. Replies
    1
    Views
    3,864

    Chris, Since you bought the software and payed...

    Chris,
    Since you bought the software and payed big bucks for it. your are entitled for a full customer support from trace systems. Call Dr miller he will help you
  13. Replies
    68
    Views
    76,219

    Sean, I am just wondering if you know any good...

    Sean,
    I am just wondering if you know any good graphical widgets for Visual basic 6.0. Like meters, gauges, level indicators and so forth.

    Thanks
  14. Replies
    0
    Views
    2,873

    Vb 6.0 Graphical plug in

    Hello,
    Can anyone recommend a VB6.0 Graphical plug in that can mainly do Rpm Clocks, thermometers and XY Charts.
    Thanks for looking
  15. Replies
    68
    Views
    76,219

    Vb6 to Vb.net

    I am using easyHID sofware to generate a Visual basic code 6.0. I have the visual basic .net installed. So when i copy the file from vb.6 to vb.net , Vb.net upgrades the file to the .net...
  16. Replies
    68
    Views
    76,219

    sean, Sorry for the late reply, my computer...

    sean,
    Sorry for the late reply, my computer crashed so i was crippled for the past week. I will try your code as soon as i get things back in place.
    thank you much
  17. Replies
    68
    Views
    76,219

    One more question

    Question#2:
    On the visual studio.net side: In this code below that i got from EasyHid how do you fill in where it says: put your code here?
    I would appreciate Any examples:

    Public Sub...
  18. Replies
    68
    Views
    76,219

    Thanks Sean for the explanation, but there is...

    Thanks Sean for the explanation, but there is still something i don't understand.
    Question#1:
    On the microcontroller side: How can i send the results of a 12 bits A2d Signal from the...
  19. Replies
    68
    Views
    76,219

    Hi Sean, If i want to write a byte to the...

    Hi Sean,

    If i want to write a byte to the microncontroller can i say BufferOut(2)=%10011111 (" for example)
    In your code above:
    BufferOut(1) = 68 'Ascii Value for D
    BufferOut(2) = 65 'Ascii...
  20. Thread: Hyperterminal

    by rocky79
    Replies
    3
    Views
    4,334

    Thanks Darrel !

    Thanks Darrel !
  21. Thread: Hyperterminal

    by rocky79
    Replies
    3
    Views
    4,334

    Ideally i would like to transfer the data in real...

    Ideally i would like to transfer the data in real time to excel and graph it on the go.. any ideas? thanks for looking
  22. Thread: Hyperterminal

    by rocky79
    Replies
    3
    Views
    4,334

    Hyperterminal

    hello,
    how would i transfer the data from the hyperterminal window to excel and graph it? and how should the format of the hyperterminal be?
    Thank you
  23. Thread: Hyperterminal

    by rocky79
    Replies
    4
    Views
    3,726

    Thanks Luciano

    Thanks Luciano
  24. Thread: Hyperterminal

    by rocky79
    Replies
    4
    Views
    3,726

    Is it easier to write a Vb program? what's the...

    Is it easier to write a Vb program? what's the other alternative...Thanks for the reply
  25. Thread: Hyperterminal

    by rocky79
    Replies
    4
    Views
    3,726

    Hyperterminal

    DOes anyone knows how to use the hyperterminal to send data back from a microcontroller to a pc program like Excel. Or if you can send me your favorite link that would be great
    Thanks you
Results 1 to 25 of 39
Page 1 of 2 1 2