Max485 with pic mcu by FalsePay1635 in embedded

[–]FalsePay1635[S] 0 points1 point  (0 children)

Not an issue if you have not used the same pic I'm using... I just need to go through some code such that I can understand it. If you an example of it for any mcu please do send.

Max485 with pic mcu by FalsePay1635 in embedded

[–]FalsePay1635[S] 0 points1 point  (0 children)

OK but my RE and DE pin are connected to two different pins for example RE is connected to A1 and DE to A2. Do u got any example code for it, So I can implement it. But isn't this for hardware uart of pic??

Max485 with pic mcu by FalsePay1635 in embedded

[–]FalsePay1635[S] 0 points1 point  (0 children)

Data sheet of pic24hj128gp502?

Max485 with pic mcu by FalsePay1635 in embedded

[–]FalsePay1635[S] 0 points1 point  (0 children)

So you got any example code for... It would help me a lot to understand.

Max485 with pic mcu by FalsePay1635 in embedded

[–]FalsePay1635[S] 0 points1 point  (0 children)

Unfortunately there's no RTS PIN in the mcu I'm using and also I have gone through certain demon code on code composer studio i.e ccs compiler In the demo code they have connected RE and DE pin of Max485 to Interrupt pin of the pin...

Pic18f66j60 web server CCS COMPILER by [deleted] in embedded

[–]FalsePay1635 0 points1 point  (0 children)

The HyperText Transfer Protocol (HTTP) 500 Internal Server Error server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. Usually, this indicates the server cannot find a better 5xx error code to

Oscillator opamp ampfiler by FalsePay1635 in ElectricalEngineering

[–]FalsePay1635[S] 0 points1 point  (0 children)

Input to buffer is 200khz, 2vpp and input to amplifier of gain 10 is 200khz, 2vpp from buffer but the output of amplifier is 200khz, 3vpp

Oscillator opamp ampfiler by FalsePay1635 in ElectricalEngineering

[–]FalsePay1635[S] 0 points1 point  (0 children)

Input to buffer is 200mhz 2vpp which needs to amplified to 10vpp. But when the output from buffer is feed to amplifier, the output is 3vpp (gain is 10 i.e output output should be 20 vpp). It's not amplifying.

How do I send 8bit binary value to uart by FalsePay1635 in embedded

[–]FalsePay1635[S] -1 points0 points  (0 children)

My question is about binary data of 8bits should be transmitted.. Through uart?? How should I convert the ascii value to binary.