Go to advanced search

by BSCTyp
Wed Feb 14, 2018 6:08 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Baud Rate 256000 in C
Replies: 2
Views: 836

Re: Baud Rate 256000 in C

Thank you very much!
by BSCTyp
Mon Feb 12, 2018 4:52 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Baud Rate 256000 in C
Replies: 2
Views: 836

Baud Rate 256000 in C

Hi! Is it possible for me to use the Baud Rate 256000 when using the wiringSerial Library case 50: myBaud = B50 ; break ; case 75: myBaud = B75 ; break ; case 110: myBaud = B110 ; break ; case 134: myBaud = B134 ; break ; case 150: myBaud = B150 ; break ; case 200: myBaud = B200 ; break ; case 300: ...

Go to advanced search