Author |
Message |
Topic: Software uart |
littlewhitedot
Replies: 10
Views: 20019
|
Forum: General CCS C Discussion Posted: Tue Jan 17, 2017 9:00 pm Subject: Software uart |
I am sorry, Hercules is a serial port software to read input and output from a COM PORT of a PC. Link at http://www.hw-group.com/products/hercules/index_en.html
I just realised that the TX pin is n ... |
Topic: Software uart |
littlewhitedot
Replies: 10
Views: 20019
|
Forum: General CCS C Discussion Posted: Tue Jan 17, 2017 7:51 pm Subject: Software uart |
Hi all, I am currently testing on the GPIO. My code is:
#use RS232(BAUD=1200, STREAM=SDI12OUT, xmit=PIN_D4, PARITY=N, BITS=8)
#use RS232(BAUD=1200, STREAM=SDI12IN, rcv=PIN_D4, PARITY=N ... |
Topic: Software uart |
littlewhitedot
Replies: 10
Views: 20019
|
Forum: General CCS C Discussion Posted: Sun Jan 15, 2017 3:30 am Subject: Software uart |
Hi all, I am trying to implement SDI-12 connection to one of my PIC's GPIO. But SDI-12 is using both RX and TX on single data wire. How am I suppose to implement this? I know that:
#use RS232(BAU ... |
Topic: beginner question on interrupt ***Locked- C30/XC16 off topic |
littlewhitedot
Replies: 2
Views: 8048
|
Forum: General CCS C Discussion Posted: Sun Jan 08, 2017 8:44 am Subject: beginner question on interrupt ***Locked- C30/XC16 off topic |
+++++++++++++++++++++
Locked.
Reason: Microchip C30 and XC16 compilers are off-topic on CCS forum.
Use the Microchip PIC24 Topics forum:
http://www.microchip.com/forums/f179.aspx
- Forum Mode ... |
Topic: Pin Assignment |
littlewhitedot
Replies: 1
Views: 9737
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2016 9:10 pm Subject: Pin Assignment |
Hi guys, I am a beginner in embedded programming. I was trying to port a library from https://www.thethingsnetwork.org/forum/uploads/default/original/2X/c/ce419ff8046a064da5b57d995e351d565d60f631.png
... |
|