Search found 4 matches
- Sat Jun 23, 2012 10:41 pm
- Forum: Flowcode V5
- Topic: USB Serial Initialize
- Replies: 6
- Views: 4788
Re: USB Serial Initialize
Thanks, I tried that but it did not work. The firmware enters the initialize function (I have it turn on an LED entering the call, then turn it off when it exits) , It never exits the call. If I plug in the USB port it, enter then exits the call in a matter of a second or two. Any other thoughts? Rich
- Sat Jun 23, 2012 3:57 am
- Forum: Flowcode V5
- Topic: USB Serial Initialize
- Replies: 6
- Views: 4788
Re: USB Serial Initialize
Sorry, Guess that would be helpful. I am using Flowcode 5.2 Professional.
Rich
Rich
- Fri Jun 22, 2012 7:15 pm
- Forum: Flowcode V5
- Topic: USB Serial Initialize
- Replies: 6
- Views: 4788
USB Serial Initialize
I am attempting to create a program that will auto execute if the USB is not connected. The program use USB_Serial_Initialize as the first step. This function does not seem however to have a timeout. The program locks until the USB port is attached. I tried FCV_COMM_ON = 255 ; try {FCV_COMM_ON = FCD...
- Tue Jun 12, 2012 10:47 pm
- Forum: General Programming
- Topic: USB Serial Receive
- Replies: 2
- Views: 2461
USB Serial Receive
I am new to Flowcode, so I appoligize this may be a dumb question. I am attempting to create a program that uses Hyperterminal to program timing functions in a PIC18f2455. For the most part the functions are working well. I have menu options that are sent from the pic to the terminal and routine all...